This commit is contained in:
who
2007-11-09 11:37:12 +01:00
parent 59c9461594
commit c3e692e2a6

9
client/shell/yadync.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
SHAREDSECRET="test123"
DYNID="testhost"
DATE=`date +%s`
CHECKSUM=`echo "$DYNID $SHAREDSECRET $DATE" | md5sum | awk '{print $1}'`
OUT="$DYNID $DATE $CHECKSUM"
echo $OUT | nc -q 0 -u 88.198.170.2 9090