mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 06:14:10 +02:00
5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
|
|
for symbol in `cat "$@"` ; do
|
|
echo "#define ${symbol} JEMALLOC_N(${symbol})"
|
|
done
|