don't worry, it's probably fine

Shelua – Shell commands in lua

21 Sep 2012

lua

Seeing as this functionality has been implemented in clojure and python, I thought I’d have a go at doing it in Lua. This is something I hacked together in about a half hour, so there might be errors in places. Source is on github.

% lua
> shelua = require("shelua")
> ls()
shelua.lua
> echo("Hello, world!")
Hello, world!