myriad/languages/lua/run.sh

3 lines
56 B
Bash
Raw Normal View History

2019-07-09 11:19:41 +02:00
printf %s "$1" > program.lua
lua5.3 program.lua || true