7a28930 ^
252f307 ^
1 2
3 4 5 6 7 8 9 10 11 12 13 14 15
#!/usr/bin/env sh if ! command -v lua &> /dev/null then echo "lua is not installed" exit fi if ! command -v rlwrap &> /dev/null then lua repl.lua else rlwrap lua repl.lua fi