File: itest2

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 (13 lines) | stat: -rwxr-xr-x 193 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -x

dd if=/dev/zero bs=1024 count=1024 \
| ./bar \
		-s 1024k \
		--throttle 50k \
		-of /dev/null \
		--info-file infofile \
		#

# vim:ts=2:shiftwidth=2:filetype=sh:syntax=sh: