From e3f8ef00ae22793aa9c9250d3df2c277d837d73e Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Sat, 19 Sep 2015 20:21:45 +0300 Subject: [PATCH] Update urm.sh --- urm.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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