File: test.sh

package info (click to toggle)
honeyd 1.5b-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,956 kB
  • ctags: 4,378
  • sloc: ansic: 28,758; sh: 12,548; python: 4,517; perl: 2,373; yacc: 1,074; makefile: 321; lex: 173
file content (9 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh
DATE=`date`
echo "$DATE: Started From $1 Port $2" >> /tmp/log
echo SSH-1.5-2.40
while read name
do
	echo "$name" >> /tmp/log
        echo "$name"
done