all repos — nasg @ f196b26b79ffd82e305641c8d41ec4e5fcf26c5c

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