mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
cpp: add missing preprocess.sh file
This commit is contained in:
parent
3a39accb0b
commit
dba7f480ed
1 changed files with 11 additions and 0 deletions
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue