add some tools to generate graphs and squash images

This commit is contained in:
2016-05-22 18:21:38 +01:00
parent f728b94bcf
commit e7c1ed31ac
11 changed files with 115 additions and 5 deletions

5
bin/squash Executable file
View File

@@ -0,0 +1,5 @@
TREEFILE="$(mktemp)"
COMMANDFILE="$(mktemp)"
$DOCKER_HOME/bin/make/dockviz images -t --no-trunc > $TREEFILE
python3 $DOCKER_HOME/squash.py $TREEFILE $COMMANDFILE
. $COMMANDFILE