Files
FastAnime/fa
2024-10-18 22:46:44 +03:00

4 lines
112 B
Bash
Executable File

#!/usr/bin/env sh
CLI_DIR="$(dirname "$(realpath "$0")")"
exec uv run --directory "$CLI_DIR/../" fastanime "$@"