mirror of
https://github.com/fluencelabs/redis
synced 2025-06-06 05:51:19 +00:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for symbol in `cat $1` ; do
|
|
echo "#define ${symbol} JEMALLOC_N(${symbol})"
|
|
done
|