Files
FastAnime/fa
2024-10-05 12:14:45 +03:00

4 lines
99 B
Bash
Executable File

#!/usr/bin/env sh
CLI_DIR="$(dirname "$(realpath "$0")")"
exec python -m "$CLI_DIR/fastanime" "$@"