blob: 6782089da76847a05a7f7ff72f7a9c7501a2452b (
plain) (
tree)
|
|
#!/usr/bin/env zsh
0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
0="${${(M)0:#/*}:-$PWD/$0}"
setopt all_export
source ${0:h}/.env
unsetopt all_export
${0:h}/venv/bin/python3 ${0:h}/$1
|