Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 441 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 441 Bytes

shell.scripts

Useful shell scripts, examples and snippets

Many small scripts to day-to-day work. Most have discription or contain just few line to do not have worth describe it separately.

How to use

It is intended to be placed under ~/bin directory:

git clone https://github.com/Hubbitus/shell.scripts.git ~/bin

and configured bash to use it as search path (in ~/.bashrc f.e.):

PATH=$PATH:$HOME/bin