1 2 3 4 5 6 7 8 9 10 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