mirror of
https://github.com/Alvin-Zilverstand/femcode.git
synced 2026-03-06 11:06:47 +01:00
feat: Make interpreter runnable via command-line argument and update wrapper script
This commit is contained in:
3
femterpreter
Executable file
3
femterpreter
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
python3 $(dirname "$0")/src/main.py "$@"
|
||||||
Reference in New Issue
Block a user