File: test-pseudotcp-random.sh

package info (click to toggle)
libnice 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,840 kB
  • sloc: ansic: 19,186; sh: 11,071; makefile: 348
file content (6 lines) | stat: -rwxr-xr-x 132 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh

dd if=/dev/urandom of=rand count=1024 ibs=1024
./test-pseudotcp rand rand-copy
diff rand rand-copy
rm -rf rand rand-copy