Skip to content

Tecatech/unix-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages