Files
FastAnime/fa
2024-08-05 09:47:05 +03:00

5 lines
185 B
Bash
Executable File

#!/usr/bin/env sh
# exec "${PYTHON:-python3}" -Werror -Xdev -m "$(dirname "$(realpath "$0")")/fastanime" "$@"
cd "$(dirname "$(realpath "$0")")" || exit 1
exec python -m fastanime "$@"