File: 3examples

package info (click to toggle)
netdiag 1.1-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,544 kB
  • ctags: 2,166
  • sloc: ansic: 23,629; sh: 5,544; makefile: 329; awk: 130
file content (15 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

host=step
amount=200

echo ./tcpblast -c $amount $host
./tcpblast -c $amount $host
echo ''

echo ./tcpblast -r -c $amount --nwrite $host:chargen
./tcpblast -r -c $amount --nwrite $host:chargen
echo ''

echo ./tcpblast -r -c $amount $host:echo
./tcpblast -r -c $amount $host:echo