4 lines
51 B
Plaintext

#!/usr/bin/with-contenv bash
echo "I am $0"
exit 0