/commands

My ~/bin/* commands

Primary LanguageShell

bins

Installation

$ cd ~

$ git clone https://github.com/tachibanayu24/commands.git

$ mv commands bin

$ PATH="~/bin:$PATH"

$ echo $PATH
~/bin:...

$ chmod 755 {Any scripts}