diff options
Diffstat (limited to 'bin/update-script-repo.sh')
-rwxr-xr-x | bin/update-script-repo.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/update-script-repo.sh b/bin/update-script-repo.sh deleted file mode 100755 index 2edf308..0000000 --- a/bin/update-script-repo.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# Author : Clyhtsuriva - -SCRIPTS_REPO_PATH="$HOME/workbench/scripts/" - -cp -rv "$HOME/.local/usr/local/bin" "$SCRIPTS_REPO_PATH" -cp -rv "$HOME/workbench/auto-void-packages" "$SCRIPTS_REPO_PATH" |