nasg/run

8 lines
101 B
Text
Raw Normal View History

2018-07-23 11:04:13 +01:00
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
source ./.venv/bin/activate
python3 nasg.py "$@"