Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 220 Bytes

File metadata and controls

13 lines (9 loc) · 220 Bytes

shell-scripts

Trevor's shell scripts

Setup

  • Clone this repo
  • Add the scripts directory to your path
SHELL_SCRIPTS_PATH="{where you cloned this repo}/scripts"		
export PATH="$PATH:$SHELL_SCRIPTS_PATH"