diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-24 01:23:36 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-24 01:23:36 -0700 |
commit | 79d080c6c4503919c833729e129a19ff1506cffd (patch) | |
tree | ed8417731acb86b53bd97cd62f2eda57975c5dc3 /home/xyz/.local | |
parent | ffb41bce95104d06e0d00518d55f6c25569fcdea (diff) |
refactor
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/mvt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mvt b/home/xyz/.local/bin/mvt index 1701ed93..d324856a 100755 --- a/home/xyz/.local/bin/mvt +++ b/home/xyz/.local/bin/mvt @@ -1,6 +1,6 @@ #!/bin/sh -# emulate mv -t, for more POSIX compliant +# emulate mv -t, for use with `find ... -exec mvt ... '{}' \+`, more POSIX compliant dist="$1" shift mv -- "$@" "$dist" |