pkgsrc-ng/mail/claws-mail/files/shred.FreeBSD
2013-09-26 17:14:40 +02:00

6 lines
87 B
Bash

#!/bin/sh
#
# Front end to securely delete a file on *BSD and Darwin
#
exec rm -P "$@"