summaryrefslogtreecommitdiff
path: root/gprtodng.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gprtodng.sh')
-rwxr-xr-xgprtodng.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/gprtodng.sh b/gprtodng.sh
new file mode 100755
index 0000000..8ed6ead
--- /dev/null
+++ b/gprtodng.sh
@@ -0,0 +1,3 @@
+for f in `find . -maxdepth 1 -type f -name "*.GPR"`; do
+ ~/./bin/gpr/build/source/app/gpr_tools/gpr_tools -i $f "${f%%.*}.DNG"
+done