summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/mvt
diff options
context:
space:
mode:
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"