mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
6 lines
87 B
Bash
6 lines
87 B
Bash
#!/bin/sh
|
|
#
|
|
# Front end to securely delete a file on *BSD and Darwin
|
|
#
|
|
exec rm -P "$@"
|