8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1496a46 commit 694a1eeCopy full SHA for 694a1ee
urm.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+for file in $(find -name *.dot);
3
+do
4
+ dot -Tpng $file -o $file.png;
5
+done
6
+
0 commit comments