From a77faeca60da56040b55aa13d57472c54d560e90 Mon Sep 17 00:00:00 2001 From: Benex254 Date: Mon, 5 Aug 2024 09:47:04 +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" "$@"