feat: update fa script

This commit is contained in:
Benex254
2024-08-05 09:47:04 +03:00
parent 84c28d344f
commit a77faeca60

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" "$@"