File: test.sh

package info (click to toggle)
honeyd 1.0a-rc2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,052 kB
  • ctags: 2,482
  • sloc: ansic: 23,103; sh: 13,404; perl: 2,373; python: 1,103; yacc: 966; makefile: 199; lex: 168
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