diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..2ccd4cc --- /dev/null +++ b/install.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +INSTALL_LOCATION="$HOME/.local/bin/" + +echo "Installing scripts" + +cp -v src/* $INSTALL_LOCATION