Updated
https://github.com/dimitriye98/OC-DShell
Install with:
wget https://raw.githubusercontent.com/dimitriye98/OC-DShell/master/dsh.lua
New Features:Command mode:
dsh -c "echo hi" => prints "hi" and exits
Comments for shell scripting, just start them with a `#`
Builtins! No more executing a whole other program just to do simple stuff like printing text; the following commands are now built into the shell:`:`: nop
`source`: evaluates the given file; a proper `./` construct will be added soon
`eval`: complete passed command / script
`exec`: complete the passed command and exit with