Add install script

This commit is contained in:
2023-12-09 20:38:48 -05:00
parent 6e8592b785
commit 51ba0f68b2

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