This website requires JavaScript.
Explore
Help
Register
Sign In
alvin
/
femcode
Watch
1
Star
0
Fork
0
You've already forked femcode
mirror of
https://github.com/Alvin-Zilverstand/femcode.git
synced
2026-09-12 09:54:13 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
femcode
/
femterpreter
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
3 lines
52 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
feat: Make interpreter runnable via command-line argument and update wrapper script
2025-07-22 18:35:07 +02:00
#!/bin/bash
feat: Compile Linux executable and update femterpreter script
2025-07-22 18:45:38 +02:00
$(
dirname
"
$0
"
)
/dist/femcode_linux
"
$@
"
Reference in New Issue
Copy Permalink