summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/preprocess.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpp/preprocess.sh b/cpp/preprocess.sh
new file mode 100755
index 0000000..69d3b96
--- /dev/null
+++ b/cpp/preprocess.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+function preprocess() {
+ erb $1.erb > $1.tmp
+ mv $1.tmp $1
+}
+
+preprocess msgpack/type/tuple.hpp
+preprocess msgpack/type/define.hpp
+preprocess msgpack/zone.hpp
+