all repos — nasg @ 55cc0f3307c703746a782e4bf69a141fa903c8e7

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