source: genesis/tools/autorun.sh@ 8615

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

Bezempje door alle files. Rommel weg. Tooljes op de juiste locatie.

  • Property svn:executable set to *
File size: 324 bytes
Line 
1#!/bin/sh
2BASEDIR=`dirname $0`
3PATH=$PATH:/usr/local/bin
4
5if [ `id -u` -ne 0 ]; then
6 echo "ROOT Only!"
7 exit 1
8fi
9
10cd $BASEDIR
11svn up .
12./genesis-to-yaml.pl */wleiden.conf
13./get-network-status.py force
14
15scp -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.