summaryrefslogtreecommitdiff
path: root/.local/bin/orgext
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/orgext')
-rwxr-xr-x.local/bin/orgext2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/orgext b/.local/bin/orgext
index db813db2..4226bcd1 100755
--- a/.local/bin/orgext
+++ b/.local/bin/orgext
@@ -7,7 +7,7 @@
outdir ()
{
- find . -type f -execdir mv -nt "$PWD" -- '{}' \+
+ find . -type f -execdir mv -t "$PWD" -- '{}' \+
find . -mindepth 1 -maxdepth 1 -type d -delete
}