#!/bin/sh
echo "--- ./script3"
echo "FOO is $FOO, BAR is $BAR, BUZ is $BUZ"
echo "$# arguments:  $*"

