summaryrefslogtreecommitdiff
path: root/.local/bin/test.sh
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/test.sh')
-rwxr-xr-x.local/bin/test.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/.local/bin/test.sh b/.local/bin/test.sh
deleted file mode 100755
index a1d8a9e..0000000
--- a/.local/bin/test.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin
-
-for i in $(ls ~/manjaro-dotfiles/.scripts/)
-do
- for j in $(ls ~/manjaro-dotfiles/.scripts/$i)
- do
- cp ~/manjaro-dotfiles/.scripts/$i/$j ~/.local/bin/
- done
-done