source: genesis/nodes/autorun.sh@ 8344

Last change on this file since 8344 was 8344, checked in by rick, 14 years ago

Generated client files

  • Property svn:executable set to *
File size: 298 bytes
Line 
1#!/bin/sh
2BASEDIR=`dirname $0`
3
4if [ `id -u` -ne 0 ]; then
5 echo "ROOT Only!"
6 exit 1
7fi
8
9cd $BASEDIR
10svn up .
11./genesis-to-yaml.pl */wleiden.conf
12./get-network-status.py force
13
14scp -i $BASEDIR/id_rsa /tmp/nodemap_status.yaml rick@dellas.wirelessleiden.nl:/tmp/nodemap_status_`hostname -s`.yaml
Note: See TracBrowser for help on using the repository browser.