diff options
author | makefu <github@syntax-fehler.de> | 2012-01-04 13:09:05 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2012-01-04 13:09:05 +0100 |
commit | a7f3e59a37f6b59738fe33d7e3d0953f8461f361 (patch) | |
tree | d83b4f994bf7ba54ed03ad674b336fab42bc4481 /retiolum/scripts/adv_graphgen/all_the_graphs.sh | |
parent | d67c6825b2d5f7ab6a66858fbe93194650ef57b2 (diff) | |
parent | 91d6fc8971483bf8e1fed7d649f966d180e23956 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'retiolum/scripts/adv_graphgen/all_the_graphs.sh')
-rwxr-xr-x | retiolum/scripts/adv_graphgen/all_the_graphs.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/retiolum/scripts/adv_graphgen/all_the_graphs.sh b/retiolum/scripts/adv_graphgen/all_the_graphs.sh new file mode 100755 index 00000000..36b37f03 --- /dev/null +++ b/retiolum/scripts/adv_graphgen/all_the_graphs.sh @@ -0,0 +1,5 @@ +#!/bin/sh +echo "`date` begin all graphs" >> /tmp/build_graph +cd $(dirname $(readlink -f $0)) +(./anonytize.sh /srv/http/pub/graphs/retiolum/ && echo "`date` anonytize done" >> /tmp/build_graph)& +(./sanitize.sh /srv/http/priv/graphs/retiolum/ && echo "`date` sanitize done" >> /tmp/build_graph)& |