aboutsummaryrefslogblamecommitdiffstats
path: root/run.sh
blob: 8efffd51761472e073bb2fe1117ace244a0b19d7 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                              

         
                 
           
                   
                               
#!/usr/bin/env zsh
0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
0="${${(M)0:#/*}:-$PWD/$0}"

cd ${0:h}

setopt all_export
source .env
unsetopt all_export
./venv/bin/python3 $1 || exit 1