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/mvt6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/mvt b/home/xyz/.local/bin/mvt
new file mode 100755
index 00000000..1701ed93
--- /dev/null
+++ b/home/xyz/.local/bin/mvt
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# emulate mv -t, for more POSIX compliant
+dist="$1"
+shift
+mv -- "$@" "$dist"