diff --git a/urm.sh b/urm.sh index 430ecd4bf..527b0bc99 100644 --- a/urm.sh +++ b/urm.sh @@ -1,6 +1,8 @@ #!/bin/bash + +set -x + for file in $(find -name *.dot); do dot -Tpng $file -o $file.png; -done - +done \ No newline at end of file