generated from tyler/Generic-Template
Add install script
This commit is contained in:
parent
6e8592b785
commit
51ba0f68b2
7
install.sh
Executable file
7
install.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
INSTALL_LOCATION="$HOME/.local/bin/"
|
||||
|
||||
echo "Installing scripts"
|
||||
|
||||
cp -v src/* $INSTALL_LOCATION
|
Loading…
Reference in New Issue
Block a user