if test $# -eq 0
  then
    echo "You must supply at least one argument."
    exit 1
fi
echo "Programming running."


