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 74481a0 commit e3f8ef0Copy full SHA for e3f8ef0
urm.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
+
3
+set -x
4
5
for file in $(find -name *.dot);
6
do
7
dot -Tpng $file -o $file.png;
-done
-
8
+done
0 commit comments