run (view raw)
1 2 3 4 5 6 7 8 9 10 11
#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' if [ ! -f 'keys.py' ]; then echo "missing keys.py file; please copy keys.dist.py to keys.py and fill in the needed values inside" exit 1 fi python3 nasg.py "$@"