1 2 3 4 5 6
#!/bin/sh set -euCx [ ponger = "$(basename $PWD)" ] || exit 1 if [ -f ponger ]; then rm ponger fi