tools-hardened: tools and templates for hardened stages
This commit is contained in:
parent
d3d7152aa7
commit
5f31f81c16
6 changed files with 186 additions and 0 deletions
6
tools-hardened/clean.sh
Executable file
6
tools-hardened/clean.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue