|
2 years ago | |
---|---|---|
.copr.enc | 2 years ago | |
.deploy.sh | 2 years ago | |
.gitignore | 3 years ago | |
.test.sh | 3 years ago | |
.travis.yml | 2 years ago | |
CONTRIBUTORS | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 2 years ago | |
hashmap.c | 3 years ago | |
hashmap.h | 3 years ago | |
minsh.c | 3 years ago | |
minsh.spec | 2 years ago |
A very simple shell.
A Copr repo for Fedora 28, 29, and rawhide is supplied.
sudo dnf copr enable dvdmuckle/minsh
sudo dnf install minsh
Packages for Ubuntu Trusty and Xenial are available.
curl -s https://packagecloud.io/install/repositories/dvdmuckle/minsh/script.deb.sh | sudo bash
sudo apt-get install minsh
make && sudo make install
Will install to your /usr/bin folder.
Alternatively, make && make test-install
will install to your current directory.
Start with minsh
. Use minsh --help
for more information. Use minsh -v
to start in verbose mode.