summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/mvt
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-26 22:42:19 -0700
committerxyz <gky44px1999@gmail.com>2021-10-26 22:42:19 -0700
commit1342df44ae32573f8b484b39df016f77f8be41e8 (patch)
treef08c203c289e8da6193315810f314b6f6a6895e5 /home/xyz/.local/bin/mvt
parent27a847a2527bfa673f26464fa0fb4493f0158ccc (diff)
refactor
Diffstat (limited to 'home/xyz/.local/bin/mvt')
-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 d324856a..eefc19b0 100755
--- a/home/xyz/.local/bin/mvt
+++ b/home/xyz/.local/bin/mvt
@@ -1,6 +1,6 @@
#!/bin/sh
-
# emulate mv -t, for use with `find ... -exec mvt ... '{}' \+`, more POSIX compliant
+
dist="$1"
shift
mv -- "$@" "$dist"