Updated 2018-07-03: Based on the reddit comments, I’m now using the correct output devices. Updated 2019-03-21: Here you can find my Rust port of the shell. » IntroductionIn this post, we will write a minimalistic shell for UNIX(-like) operating systems in the Go programming language and it only takes about 60 lines of code. You should be a little bit familiar with Go (e.g. how to build a simple p