source: genesis/nodes/cardgen.sh@ 8343

Last change on this file since 8343 was 8343, checked in by rick, 15 years ago

Little hack for card generation

  • Property svn:executable set to *
File size: 334 bytes
Line 
1#!/bin/sh
2# Parse merged status and make graph
3#
4# Rick van der Zwet <info@rickvanderzwet.nl>
5
6if [ "`id -un`" != "www" ]; then
7 echo "FOO"
8 exit 1
9fi
10
11DIRNAME=`dirname $0`
12cd $DIRNAME
13svn up .
14rm /tmp/nodemap_status.yaml
15./genesis-to-yaml.pl */wleiden.conf
16./get-network-status.py merge /tmp/nodemap_status_*.yaml
17./make-map.py
18
Note: See TracBrowser for help on using the repository browser.