feat: update fa script

This commit is contained in:
Benex254
2024-07-30 16:53:36 +03:00
parent 6c1bbfe50a
commit 01fa96c27a

4
fa
View File

@@ -1,2 +1,2 @@
#! /usr/bin/bash
poetry run fastanime $*
#!/usr/bin/env sh
exec "${PYTHON:-python3}" -Werror -Xdev "$(dirname "$(realpath "$0")")/fastanime/__main__.py" "$@"