https://github.com/monksc/ishell
It's an improvement to any shell.
https://github.com/monksc/ishell
c custom-shell improved shell
Last synced: 11 days ago
JSON representation
It's an improvement to any shell.
- Host: GitHub
- URL: https://github.com/monksc/ishell
- Owner: Monksc
- Created: 2020-02-26T04:23:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T04:23:24.000Z (about 6 years ago)
- Last Synced: 2025-01-12T20:25:43.763Z (over 1 year ago)
- Topics: c, custom-shell, improved, shell
- Language: C
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
If you have to use a shell that sucks like spim or jdb and doesn't come
with the ability to clear the screen. Or is missing features likea history and
editing the first line.
# Installing
Make sure that in the make file, the location for install and uninstall are correct.
You just want to make sure that you install to a place on your path. To see path type 'echo $PATH'.
```
make
make install
```
# Usage
```
ishell
```
# Example 1
```
ishell mips
```
# Example 2
```
ishell jdb ClassFile
```
# Uninstall
It just rm /usr/local/bin/ishell.
```
make uninstall
```