all repos — nasg @ c86607a63568fa070732b243c06c7393651d0f04

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