File: test.bat

package info (click to toggle)
otp 970425-6
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 136 kB
  • ctags: 117
  • sloc: ansic: 686; makefile: 53; sh: 8
file content (10 lines) | stat: -rwxr-xr-x 313 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
otp -rTEST -n4 -mt1.md5 >test.out
otp -rTEST -n3 -c12 -mt2.md5 >>test.out
otp -rTEST -n3 -e12 -mt3.md5 >>test.out
otp -rTEST -n4 -S5 -e -c -mt4.md5 >>test.out
otp -rTEST -n7 -d4 -mt5.md5 >>test.out
type t1.md5 >>test.out
type t2.md5 >>test.out
type t3.md5 >>test.out
type t4.md5 >>test.out
type t5.md5 >>test.out