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/mvt3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mvt b/home/xyz/.local/bin/mvt
index eefc19b0..318edf69 100755
--- a/home/xyz/.local/bin/mvt
+++ b/home/xyz/.local/bin/mvt
@@ -3,4 +3,5 @@
dist="$1"
shift
-mv -- "$@" "$dist"
+# not use -- here, use -- when use mvt, so I can specify -f or -i switch before -- when use mvt
+mv "$@" "$dist"