Files
gifmaker/run.sh
Auric Vente 0bce7df913 first commit
2024-08-02 03:03:03 -06:00

4 lines
108 B
Bash
Executable File

#!/usr/bin/env bash
root="$(dirname "$(readlink -f "$0")")"
cd "$root"
venv/bin/python -m gifmaker.main "$@"