cae26cb7
1 2 3 4 5 6
#!/usr/bin/env bash for file in *.dot do dot -Tpng ${file} -o ${file%.*}.png done