summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/mvt
blob: d324856aa489e4a6d30e6dc7206e4eda5348ef1c (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"