#! /bin/sh
set -e
dir=`mhpath +`/removed
test -d $dir || mkdir $dir
mv $* $dir
