all repos — nasg @ 9c749f4591333744588bdf183b22ba638babcb20

run (view raw)

 1
 2
 3
 4
 5
 6
 7
#!/usr/bin/env bash

set -euo pipefail
IFS=$'\n\t'

source ./.venv/bin/activate
python3 nasg.py "$@"