From eb96229d35c186ab23695c4c40b5bf5f76fd26ae Mon Sep 17 00:00:00 2001 From: Xpl0itU <24777100+Xpl0itU@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:01:33 +0100 Subject: [PATCH] Use bash for the prepare_aria script --- grabTitles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grabTitles.py b/grabTitles.py index 87386a0..127ca60 100644 --- a/grabTitles.py +++ b/grabTitles.py @@ -45,4 +45,4 @@ os.system( os.system("ar rcs libcdecrypt.a cdecrypt/*.o") os.system("gcc -shared -o cdecrypt/libcdecrypt.so cdecrypt/*.o") -os.system("./prepare_aria.sh") +os.system("bash prepare_aria.sh")