- Added test script.
This commit is contained in:
parent
1387fd1d50
commit
decf9f36c2
9
spdl/mp.sh
Executable file
9
spdl/mp.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Multi-protocol analysis
|
||||
#
|
||||
# given a list of input files, test them in parallel
|
||||
# limit number of runs to 5
|
||||
|
||||
ulimit -v 100000
|
||||
cat $* | ../src/scyther -a -r3
|
Loading…
Reference in New Issue
Block a user