diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2022-11-02 22:21:53 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2022-11-02 22:21:53 +0100 |
| commit | 98da0fa1869757734610ec34fbeb0396f26c0026 (patch) | |
| tree | b0aeaa30a96f27bccfc4b463861b1fd476155d43 /bin/update-script-repo.sh | |
| parent | 852a96b3cf69bb80773f926921c9d3f6b0101faf (diff) | |
| download | scripts-98da0fa1869757734610ec34fbeb0396f26c0026.tar.gz scripts-98da0fa1869757734610ec34fbeb0396f26c0026.tar.bz2 scripts-98da0fa1869757734610ec34fbeb0396f26c0026.zip | |
Putting the first scripts in a bin/ folder
Diffstat (limited to '')
| -rwxr-xr-x | bin/update-script-repo.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/update-script-repo.sh b/bin/update-script-repo.sh new file mode 100755 index 0000000..2edf308 --- /dev/null +++ b/bin/update-script-repo.sh @@ -0,0 +1,7 @@ +#!/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" |
