From 01fa96c27a082eb3667cf38d15f76d8de825cd6f Mon Sep 17 00:00:00 2001 From: Benex254 Date: Tue, 30 Jul 2024 16:53:36 +0300 Subject: [PATCH] feat: update fa script --- fa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fa b/fa index 84e1aa8..2197482 100755 --- a/fa +++ b/fa @@ -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" "$@"