Scripts/XFE/shred

6 lines
48 B
Bash
Executable File

#!/bin/sh
for arg
do
shred -vu -n10 "$arg"
done