mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 16:10:26 +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
|