tools-hardened: tools and templates for hardened stages

This commit is contained in:
Anthony G. Basile 2013-01-05 08:44:17 -05:00
parent d3d7152aa7
commit 5f31f81c16
6 changed files with 186 additions and 0 deletions

6
tools-hardened/clean.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
# This just removes the temporary conf err and log
# files generated during a run
rm -f *conf *err *log