Made with love by 8487343 :) Please leave scripts and ideas in the comments This project is a scripting "language" (doesn't have if else statements so it can't be considered Turing complete yet) It might be hard to get used to but it is pretty simple All scripts start with the number of times to loop or f to run forever Type a command, then an input for example touch example.txt \ Is used as a separator no matter the command, an input MUST be specified even if not used if you set the input to be {OUTPUT} the input will be the most recent output
Credit to tjgourlay for word splitting engine A script starts with the number of iterations you want to run of it, or f, which makes it run forever {OUTPUT} as an input makes the output the input {FILE} makes the allocated file the input Current commands: touch ; creates a new blank file echotooutput ; sets the output to the input for advanced scripting editfile ; sets the input (must be a file) to the output echo ; echos file (input) to console rm ; removes file (input) ls ; lists files to console clear ; clears console muliplyio ; multiplys the input and the output and outputs to result divideio ; divides the input by the output and outputs the result addio ; adds the input and the output and outputs the result subtractio ; subtracts the input by the ouput and outputs the result cat ; print input to console input ; get user input and output it af ; allocate a file (input)