diff options
Diffstat (limited to 'lua/chupacabra/repl')
-rwxr-xr-x | lua/chupacabra/repl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/chupacabra/repl b/lua/chupacabra/repl new file mode 100755 index 0000000..6cfaabc --- /dev/null +++ b/lua/chupacabra/repl @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +rlwrap lua repl.lua \ No newline at end of file |