https://github.com/ninjamar/igsh
igsh is a shell
https://github.com/ninjamar/igsh
Last synced: 2 months ago
JSON representation
igsh is a shell
- Host: GitHub
- URL: https://github.com/ninjamar/igsh
- Owner: ninjamar
- License: mit
- Created: 2021-10-21T01:58:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T09:22:51.000Z (over 4 years ago)
- Last Synced: 2026-01-02T02:25:37.186Z (6 months ago)
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# igsh
igsh is a shell
# Running
You need to download the repository and compile `/src/main.cpp`
# Builtins
The shell contains builtin functions
1. `foo`
2. `bar`
3. `exit`
# TODO
Error handling for invalid commands
More commands
Get length of function array when function position is found