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