A scratch shell using my terminal system (work in progress) Commands (combine with "&&" like linux): clear, echo (text), set {create} (variable,value), change (variable,value), print (variables), add (varA, varB), sub (varA,varB), join (varA,varB), if (variable > 0) [command to run], touch {Create file for editing} (filename), write (variablename, filename),ls {list files} (search terms), run (filename) 100% recommend turbowarp to speed up https://turbowarp.org/977162039
Based on /bin/sh in linux and operations in scratch Todo, file system (touch, cat, ls, cd, cp, rm) Todo, error messages when command does not exist Todo, man (manual) command