diff options
Diffstat (limited to '.local/bin')
| -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 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  } | 
