chore: use uv in fa script

This commit is contained in:
Benex254
2024-10-18 22:46:44 +03:00
parent 437ccd94e4
commit eb6a6fc82c

2
fa
View File

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