Files
blackbox/bin
Graham Lyons 44c9934293 Use the rm command with -P as a shred fallback (#179)
* Use the `rm` command with `-P` as a shred fallback

The newer versions of OSX (Sierra) have neither `shred` nor `srm`.
They do have `rm` with the `-P` option, so we can fall back to that
before resorting to plain old `rm`.

* Add double-quotes and braces to the shell variable.

We should treat the variable as a string, and we should also be safe
when interpolating it.
2017-03-10 08:20:43 -05:00
..
2015-06-27 13:40:45 +02:00
2015-06-16 13:25:55 -05:00
2015-06-27 13:40:45 +02:00
2015-07-24 09:01:00 -04:00
2015-06-16 13:25:55 -05:00