diff options
Diffstat (limited to 'home/xyz/.local/bin/mvt')
-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 d324856a..eefc19b0 100755 --- a/home/xyz/.local/bin/mvt +++ b/home/xyz/.local/bin/mvt @@ -1,6 +1,6 @@ #!/bin/sh - # emulate mv -t, for use with `find ... -exec mvt ... '{}' \+`, more POSIX compliant + dist="$1" shift mv -- "$@" "$dist" |