summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-24 01:23:36 -0700
committerxyz <gky44px1999@gmail.com>2021-10-24 01:23:36 -0700
commit79d080c6c4503919c833729e129a19ff1506cffd (patch)
treeed8417731acb86b53bd97cd62f2eda57975c5dc3 /home/xyz
parentffb41bce95104d06e0d00518d55f6c25569fcdea (diff)
refactor
Diffstat (limited to 'home/xyz')
-rwxr-xr-xhome/xyz/.local/bin/mvt2
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"