mirror of
https://github.com/Clortox/HumanCallStack.git
synced 2025-06-18 19:02:10 +00:00
8 lines
108 B
Bash
Executable File
8 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
INSTALL_LOCATION="$HOME/.local/bin/"
|
|
|
|
echo "Installing scripts"
|
|
|
|
cp -v src/* $INSTALL_LOCATION
|