#!/gnu/usr/bin/bash while [ $# -ge 1 ]; do echo "$1" shift done