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