It's the Scratch Linux Shell! Video tutorial: https://scratch.mit.edu/discuss/youtube/l2l6sJksGkE/ If a character keeps on re-appearing, simply press the key again. Caused by a Scratch bug on shift key (https://github.com/LLK/scratch-vm/issues/2271). This does not happen on TurboWarp (https://turbowarp.org/673401862). Supports: - script execution, e.g. "./bin/sl" - cat, cd, cp, echo, hostname, ls, mkdir, mv, pwd, rm, sudo, uname, whoami - output redirection (> and >>). Currently requires leading and trailing blanks. - variables Sample commands: echo "scrinux" > /etc/hostname x=1+5; echo $x cd $HOME ./bin/sl
Thanks to: @james-adams for the great original list-based project @-Rex- for the pen text engine: https://scratch.mit.edu/projects/589579521/ @colinmacc for smart Keypress Detector: https://scratch.mit.edu/projects/725189322/ Keyboard effects from https://opengameart.org/content/single-key-press-sounds Startup sound from https://www.youtube.com/watch?v=DKoRBBKevHk Font from https://fonts.google.com/specimen/Source+Code+Pro #linux #terminal #bash #shell #tutorial #tutorials