this is a light and easily expandable scripting option for openOS
based on existing command line scripting like dos and linux
usage is simple
in openOS shell
shell -c echo|"hello world" this will print 'hello world' to the console
or
shell -f [file name] this will run the file with the .sh extension
or in a file
echo|hello world this will print 'hello world' to the console
source can be found on my github
Edit:
this project is dead as I do not have the time to work on it feel free to clone the GitHub repo and make your own changed and modifications.