feat: Make interpreter runnable via command-line argument and update wrapper script

This commit is contained in:
Alvin
2025-07-22 18:35:07 +02:00
parent 342f6c1c21
commit 46c04d8080

3
femterpreter Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
python3 $(dirname "$0")/src/main.py "$@"