https://github.com/vanajmoorthy/cshell
🐚 A toy LSH written in C
https://github.com/vanajmoorthy/cshell
lsh shell
Last synced: 2 months ago
JSON representation
🐚 A toy LSH written in C
- Host: GitHub
- URL: https://github.com/vanajmoorthy/cshell
- Owner: vanajmoorthy
- Created: 2020-02-19T23:36:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T01:31:06.000Z (almost 6 years ago)
- Last Synced: 2025-12-26T02:31:13.187Z (6 months ago)
- Topics: lsh, shell
- Language: C
- 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
# 🐚 A toy LSH written in C
### Fun facts
* I have a literature board exam in a few hours.
* I actually staged and committed this repo using this shell.
The built in commands are cd, exit, and help. Use any other linux commands that you know as well, run man whatever to see man pages. Aight, I'm out.
### Usage
* Compile using g++ or gcc, yes this is too simple for a makefile.
* Run ./a.out
* Use like a normal shell