/scripts

Primary LanguageShell

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