diff options
author | EUcancER <root@euer.krebsco.de> | 2012-01-04 01:28:25 +0100 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-01-04 01:28:25 +0100 |
commit | 4874151b4e810c2d313c5c955ec8af6446f2984f (patch) | |
tree | be13bc19062d326ca8611ea6aa3dae74622fb282 /retiolum | |
parent | 2005d8b5d1ad24aa781c51154282515ce84ca4d0 (diff) |
//retiolum/adv_graphgen: add all_the_graphs script as tincd trigger
Diffstat (limited to 'retiolum')
-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)& |