Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 321 Bytes

File metadata and controls

16 lines (9 loc) · 321 Bytes

scripts

Useful Linux scripts - more to come!

Setup

Clone the repo

git clone git@github.com:milleruntime/scripts.git

Set SCRIPTS_HOME in your .bash_profile or .bashrc

export SCRIPTS_HOME=~/scripts

Add the appropriate script folders to your PATH

export PATH=$SCRIPTS_HOME/mvn:$SCRIPTS_HOME/git:$PATH