aboutsummaryrefslogtreecommitdiff
path: root/unconvert.sh
diff options
context:
space:
mode:
Diffstat (limited to 'unconvert.sh')
-rwxr-xr-xunconvert.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/unconvert.sh b/unconvert.sh
new file mode 100755
index 0000000..af3b87f
--- /dev/null
+++ b/unconvert.sh
@@ -0,0 +1,4 @@
+until unconvert -fastmath . &> /dev/null
+do
+ unconvert -fastmath -apply . &> /dev/null
+done