generated from tyler/Generic-Template
8 lines
108 B
Bash
8 lines
108 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
INSTALL_LOCATION="$HOME/.local/bin/"
|
||
|
|
||
|
echo "Installing scripts"
|
||
|
|
||
|
cp -v src/* $INSTALL_LOCATION
|