094267cd03
now.
10 lines
189 B
Bash
Executable File
10 lines
189 B
Bash
Executable File
#!/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 -m1 -a -r4 -l40 --summary
|