From 27e8345502cb7c6f7e961c1a9b38fe1001486bb8 Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 30 Oct 2021 01:03:47 -0700 Subject: improve mvt, use -- outside, so I can use -f or -i switch --- home/xyz/.local/bin/mvt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home/xyz/.local/bin/mvt') 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" -- cgit v1.2.3-70-g09d2