File: itest

package info (click to toggle)
bar 1.11.0%2Bdebian-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 964 kB
  • sloc: ansic: 4,378; sh: 3,334; makefile: 139
file content (7 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh

dd if=/dev/zero bs=1024 count=102400 \
| ./bar -s 102400k \
| dd of=./test-file-i.bin
./bar -if ./test-file-i.bin -of /dev/null