An open API service indexing awesome lists of open source software.

https://github.com/tecatech/unix-shell

Custom unix shell
https://github.com/tecatech/unix-shell

asynchronous-programming golang linux multithreading shell

Last synced: about 2 months ago
JSON representation

Custom unix shell

Awesome Lists containing this project

README

          

# Custom unix shell

```
$ cd unix-shell/
$ ls
README.md main.go
$ go build
$ ls
README.md main.go unix-shell
$ ./unix-shell
> ls
README.md main.go unix-shell
> cat README.md
# Custom shell implementation
> cd scripts/
chdir scripts/: no such file or directory
> exit
```