AnkiNoteTemplate/antp.sh

10 lines
156 B
Bash
Raw Normal View History

2021-04-20 10:48:24 +00:00
#!/bin/sh -e
2021-04-20 09:27:48 +00:00
2021-04-20 10:48:24 +00:00
readonly this=$(readlink -f -- "$0")
readonly dir=$(dirname -- "$this")
readonly module=antp
cd -- "$dir" || exit
python3 -m "$module" "$@"