#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
: ${OPTS:=-r -P -s}
exec rmtfs $OPTS
