aboutsummaryrefslogblamecommitdiffstats
path: root/run.sh
blob: a46ec0b93a41e751c71a368587045bf5eb3e96b5 (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