mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
4 lines
112 B
Bash
Executable File
4 lines
112 B
Bash
Executable File
#!/usr/bin/env sh
|
|
CLI_DIR="$(dirname "$(realpath "$0")")"
|
|
exec uv run --directory "$CLI_DIR/../" fastanime "$@"
|