This website requires JavaScript.
Explore
Help
Sign In
enrico
/
lunajit
Watch
2
Star
1
Fork
You've already forked lunajit
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
lunajit
/
snippets
/
generate.sh
6 lines
94 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
for
f in
$(
ls *.lua
)
;
do
luajit -bg
$f
"
$(
echo
$f
|
cut -f
1
-d
'.'
)
.luo
"
done
Reference in New Issue
View Git Blame
Copy Permalink