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
Update the API key for real this time
5 years ago
.copr.enc Update the API key for real this time 5 years ago
.deploy.sh Update the API key for real this time 5 years ago
.gitignore Add current directory to prompt 7 years ago
.test.sh Update makefile to install to /usr/bin 7 years ago
.travis.yml Update API key 5 years ago
CONTRIBUTORS Added hashmap for alias function 7 years ago
LICENSE Add GPLv3 license 7 years ago
Makefile Simplify makefile 7 years ago
README.md Update README.md 5 years ago
hashmap.c Added hashmap for alias function 7 years ago
hashmap.h Added hashmap for alias function 7 years ago
minsh.c User getpwuid instead of getlogin to get username 7 years ago
minsh.spec Add dist version to fedora package 5 years ago

README.md

minsh

Build Statusrpmbuild

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.