acx0 / bin

scripts and utilities
2 stars 1 forks source link

Installation

git clone git://github.com/acx0/bin.git ~/bin

Note: add ~/bin to the system's $PATH by adding the following to ~/.profile:

if [ -d "$HOME/bin" ]; then
    PATH="$HOME/bin:$PATH"
fi