mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/usr/bin/env sh
|
|
CLI_DIR="$(dirname "$(realpath "$0")")"
|
|
exec python -m "$CLI_DIR/fastanime" "$@"
|