mirror of
https://github.com/Clortox/HumanCallStack.git
synced 2026-03-07 02:27:58 +00:00
Add install script
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user