rusterx / shell

some pretty shell script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell

Here we provide some pretty script that can help improve your experience of using centos/ubuntu for green hand.

history.sh

This script will add history view features for your terminal of centos.

wget -O h https://raw.githubusercontent.com/xingtingyang/shell/master/history.sh && bash h

set_locale.sh

This script will set the character set of your centos to zh_CN.UTF-8

wget -O s https://raw.githubusercontent.com/xingtingyang/shell/master/set_locale.sh && bash s

About

some pretty shell script


Languages

Language:Shell 100.0%