diff options
Diffstat (limited to 'clean.sh')
-rwxr-xr-x | clean.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh new file mode 100755 index 0000000..c557d3e --- /dev/null +++ b/clean.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +killall ROP_file_creator.sh sleep + +docker stop $(docker ps -aq); docker rm $(docker ps -aq) + +./mass-pnf-sim.py clean |