2017-01-20 21:45:53 -08:00

6 lines
93 B
Bash
Executable File

#!/bin/sh
for symbol in `cat $1` ; do
echo "#define ${symbol} JEMALLOC_N(${symbol})"
done