mirror of https://github.com/dvdmuckle/minsh
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Muckle
31a8618d96
|
6 years ago | |
---|---|---|
.copr.enc | 6 years ago | |
.deploy.sh | 6 years ago | |
.gitignore | 7 years ago | |
.test.sh | 7 years ago | |
.travis.yml | 6 years ago | |
CONTRIBUTORS | 7 years ago | |
LICENSE | 7 years ago | |
Makefile | 7 years ago | |
README.md | 6 years ago | |
hashmap.c | 7 years ago | |
hashmap.h | 7 years ago | |
minsh.c | 7 years ago | |
minsh.spec | 6 years ago |
README.md
minsh
A very simple shell.
Install
Fedora
A Copr repo for Fedora 28, 29, and rawhide is supplied.
sudo dnf copr enable dvdmuckle/minsh
sudo dnf install minsh
Ubuntu
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
Compile
make && sudo make install
Will install to your /usr/bin folder.
Alternatively, make && make test-install
will install to your current directory.
Use
Start with minsh
. Use minsh --help
for more information. Use minsh -v
to start in verbose mode.