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
|
---|
2 | BASEDIR=`dirname $0`
|
---|
3 |
|
---|
4 | if [ `id -u` -ne 0 ]; then
|
---|
5 | echo "ROOT Only!"
|
---|
6 | exit 1
|
---|
7 | fi
|
---|
8 |
|
---|
9 | cd $BASEDIR
|
---|
10 | svn up .
|
---|
11 | ./genesis-to-yaml.pl */wleiden.conf
|
---|
12 | ./get-network-status.py force
|
---|
13 |
|
---|
14 | scp -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.