source: tt-tools/bin/synchro_net_perso.sh @ 6

Last change on this file since 6 was 6, checked in by guillaume, 16 years ago

Publication tt-ttols v0.1
Des outils pour le TwinTact

  • Property svn:executable set to *
File size: 211 bytes
Line 
1#! /bin/sh
2
3SSH="ssh -p ${TWINTACT_PORT} -i ${TWINTACT_SHARE}/id_dsa root@twintact"
4
5echo "
6        pkill syslogd
7        syslogd -R 192.168.0.5
8        " | $SSH ash -s
9
10logger -i -p kern.info -t TwinTact "Syslog TwinTact relancé"
Note: See TracBrowser for help on using the repository browser.