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
- Host: GitHub
- URL: https://github.com/tecatech/unix-shell
- Owner: Tecatech
- Created: 2021-04-21T17:38:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T20:40:38.000Z (over 4 years ago)
- Last Synced: 2025-12-18T15:36:47.712Z (6 months ago)
- Topics: asynchronous-programming, golang, linux, multithreading, shell
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```