diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-08 22:56:07 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-08 22:56:07 -0700 |
commit | 0768ce3cab2a3e3f4e3c5ed16d8e45c77975c035 (patch) | |
tree | 8e63a2932e55b352b2a1238bd21e2c5db3d15b7e /.local | |
parent | 968fd1f6172cf67e96c48b47e15147ee6eefc127 (diff) |
refactor
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/orgext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/orgext b/.local/bin/orgext index 4226bcd1..f1654d2c 100755 --- a/.local/bin/orgext +++ b/.local/bin/orgext @@ -7,7 +7,7 @@ outdir () { - find . -type f -execdir mv -t "$PWD" -- '{}' \+ + find . -type f -execdir mv -nt "$PWD" -- '{}' \+ find . -mindepth 1 -maxdepth 1 -type d -delete } |