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