cromulant/run.sh

6 lines
111 B
Bash
Raw Normal View History

2024-07-18 08:14:03 +00:00
#!/usr/bin/env bash
root="$(dirname "$(readlink -f "$0")")"
cd "$root"
venv/bin/python -m cromulant.main "$@"