summaryrefslogtreecommitdiff
path: root/mail/claws-mail/files/shred.NetBSD
blob: 52b263eb6d8a6a51d406afb4e31d426aff4d475f (plain)
1
2
3
4
5
#!/bin/sh
#
# Front end to securely delete a file on *BSD and Darwin
#
exec rm -P "$@"