mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-06-30 10:06:36 -07:00
3 lines
117 B
Bash
Executable File
3 lines
117 B
Bash
Executable File
#!/usr/bin/env sh
|
|
exec "${PYTHON:-python3}" -Werror -Xdev "$(dirname "$(realpath "$0")")/fastanime/__main__.py" "$@"
|