Update urm.sh

This commit is contained in:
Ilkka Seppala 2015-09-19 20:21:45 +03:00
parent 74481a0267
commit e3f8ef00ae

6
urm.sh
View File

@ -1,6 +1,8 @@
#!/bin/bash
set -x
for file in $(find -name *.dot);
do
dot -Tpng $file -o $file.png;
done
done