ack/lang/pc/comp/make.parameters

8 lines
95 B
Plaintext
Raw Normal View History

2016-08-13 11:03:06 +00:00
#!/bin/sh
echo '#ifndef PARAMETERS_H'
echo '#define PARAMETERS_H'
grep -v '^!'
echo '#endif'