final
[bsc-thesis1415.git] / thesis / compileall.sh
1 #!/bin/bash
2 for f in dots/*.dot
3 do
4 dot -odots/$(basename -s ".dot" "$f").png -Tpng "$f"
5 done