#!/bin/sh # # $FreeBSD$ # case "$1" in start) rm -rf /tmp/samefile /tmp/samearchive ;; esac