8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo '#ifndef PARAMETERS_H'
|
||
|
echo '#define PARAMETERS_H'
|
||
|
grep -v '^!'
|
||
|
echo '#endif'
|
||
|
|