$#
nof_arguments=$# echo The script was called with $nof_arguments arguments.
$0
echo The name of the script is: $0 echo The script is in the directory $(dirname $0)
set -euxo pipefail
Index