all repos — nasg @ fc2288c2fc8d72ea083b0f741ed42cbf0761ea65

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