mirror of
https://github.com/fluencelabs/redis
synced 2025-03-24 03:20:49 +00:00
6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for symbol in `cat $1` ; do
|
|
echo "#undef ${symbol}"
|
|
done
|