alantian / scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripts

Some helpful scripts under * NIX systems. Presented as-is here.

To add the scripts to $PATH, add the following to bashrc/zshrc, assuming the cloned directory is $HOME/repo/scripts:

[ -d $HOME/repo/scripts ] && export PATH=$HOME/repo/scripts:$PATH

About


Languages

Language:Shell 100.0%