all repos — nasg @ 3dd43d4c1da47a391b1a2d95e6561b5d7c680783

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 "$@"