From 5997d1d96d92e389ca5e4301a7974f4b535a12d5 Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 24 Oct 2021 01:05:49 -0700 Subject: refactor --- home/xyz/.local/bin/mvt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 home/xyz/.local/bin/mvt (limited to 'home/xyz/.local/bin/mvt') 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" -- cgit v1.2.3-70-g09d2