您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
David Muckle 31a8618d96
Update the API key for real this time
5 年前
.copr.enc Update the API key for real this time 5 年前
.deploy.sh Update the API key for real this time 5 年前
.gitignore Add current directory to prompt 7 年前
.test.sh Update makefile to install to /usr/bin 7 年前
.travis.yml Update API key 5 年前
CONTRIBUTORS Added hashmap for alias function 7 年前
LICENSE Add GPLv3 license 7 年前
Makefile Simplify makefile 7 年前
README.md Update README.md 5 年前
hashmap.c Added hashmap for alias function 7 年前
hashmap.h Added hashmap for alias function 7 年前
minsh.c User getpwuid instead of getlogin to get username 6 年前
minsh.spec Add dist version to fedora package 5 年前

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.