summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/mvt
blob: eefc19b0899235558eb5b4e16a2e4f1d62308bba (plain)
1
2
3
4
5
6
#!/bin/sh
# emulate mv -t, for use with `find ... -exec mvt ... '{}' \+`, more POSIX compliant

dist="$1"
shift
mv -- "$@" "$dist"