cpp: add missing preprocess.sh file

This commit is contained in:
frsyuki 2009-08-19 17:50:15 +09:00
parent 3a39accb0b
commit dba7f480ed

11
cpp/preprocess.sh Executable file
View File

@ -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