diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-24 01:07:42 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-24 01:07:42 -0700 |
commit | 2a5a0324f787eacc6779a53c790c9f2a5d2d18da (patch) | |
tree | e5e5c39722758d54c47e12a5966befda8adf21bc /home/xyz/.local | |
parent | 5997d1d96d92e389ca5e4301a7974f4b535a12d5 (diff) |
refactor
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/orgext | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home/xyz/.local/bin/orgext b/home/xyz/.local/bin/orgext index bc0a18c5..4f8153b2 100755 --- a/home/xyz/.local/bin/orgext +++ b/home/xyz/.local/bin/orgext @@ -1,7 +1,5 @@ #!/bin/sh -# not sure if find here need -depth, not sure if mv here need -n and -T - outdir () { find . -type f -execdir mvt "$PWD" '{}' \+ find . -mindepth 1 -maxdepth 1 -type d -execdir rmdir -- '{}' \+ |