mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-11 18:33:54 +02:00
cpp: add missing preprocess.sh file
This commit is contained in:
11
cpp/preprocess.sh
Executable file
11
cpp/preprocess.sh
Executable 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
|
||||||
|
|
Reference in New Issue
Block a user