#!/bin/sh
#
# rm-both -- remove files from here and on FARMACHINE

[ -n "$echo" ] && set -x

USAGE='rm-both [rm-options] [file2] ...'

exec both rm "$@"
