mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-06 01:37:19 -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" "$@"
|