File: test.bat

package info (click to toggle)
otp 1%3A1.2.2-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 204 kB
  • sloc: ansic: 704; makefile: 73; sh: 10
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