Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camdez/cdsh
A toy shell written for educational purposes.
https://github.com/camdez/cdsh
Last synced: 21 days ago
JSON representation
A toy shell written for educational purposes.
- Host: GitHub
- URL: https://github.com/camdez/cdsh
- Owner: camdez
- License: mit
- Created: 2012-02-17T03:23:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-17T04:04:27.000Z (almost 13 years ago)
- Last Synced: 2024-11-08T10:07:04.656Z (2 months ago)
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cdsh
====This is a simple Unix shell I wrote for a university course in 2005.
It might be useful for anyone curious about how such things are
written.Use
---```bash
$ make
$ ./cdsh
```Issues
------Undoubtedly lots but I'm not really interested in fixing them.
Author
------Cameron Desautels <>