Add install script

This commit is contained in:
Tyler Perkins 2023-12-09 20:38:48 -05:00
parent 6e8592b785
commit 51ba0f68b2
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 7 additions and 0 deletions

7
install.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
INSTALL_LOCATION="$HOME/.local/bin/"
echo "Installing scripts"
cp -v src/* $INSTALL_LOCATION