diff options
Diffstat (limited to 'home/xyz')
-rwxr-xr-x | home/xyz/.local/bin/mvt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mvt b/home/xyz/.local/bin/mvt index 1701ed93..d324856a 100755 --- a/home/xyz/.local/bin/mvt +++ b/home/xyz/.local/bin/mvt @@ -1,6 +1,6 @@ #!/bin/sh -# emulate mv -t, for more POSIX compliant +# emulate mv -t, for use with `find ... -exec mvt ... '{}' \+`, more POSIX compliant dist="$1" shift mv -- "$@" "$dist" |