18

Hey guys I'd like to share a Lua-based shell I've been working on the past few years. It's entirely complete, allows for all windows and Linux commands. I've been working very hard on it so I'm super excited to share it with you all. Here's the source.

--[[

The Lua Shell (lush) by AlgoRythm

]]--

while true do io.write(">> "); os.execute(io.read()) end

Comments
  • 4
    i sometimes write lua in Roblox
  • 3
    I fucking love how easy it is to embed Lua, my favourite language by far for adding scripting to anything.
  • 6
    @RememberMe Oh my god yeah.

    Perfect size standard lib written in ANSII c. It's a beautiful design.

    Tables starting at 1 is a bit of a blemish but whatever.
  • 7
    I want to put it in everything!

    Lua I mean...yeah embed Lua in all the applications.
Add Comment