AnkiNoteTemplate/antp.sh
Ren Tatsumoto 1fa14bf4f5 brush up
2021-04-20 14:15:57 +03:00

10 lines
156 B
Bash
Executable file

#!/bin/sh -e
readonly this=$(readlink -f -- "$0")
readonly dir=$(dirname -- "$this")
readonly module=antp
cd -- "$dir" || exit
python3 -m "$module" "$@"