diff options
| -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 a1eff247..e4058f97 100755 --- a/.local/bin/orgext +++ b/.local/bin/orgext @@ -11,7 +11,7 @@ getext ()  outdir ()  {  -	find . -type f -execdir mv -t "$(realpath .)" '{}' \+  +	find . -type f -execdir mv -t "$PWD" '{}' \+   	find . -mindepth 1 -maxdepth 1 -type d -execdir rm -r '{}' \+   } | 
