ack/lang/m2/comp/make.parameters

8 lines
95 B
Plaintext
Raw Normal View History

2016-08-12 22:02:21 +00:00
#!/bin/sh
echo '#ifndef PARAMETERS_H'
echo '#define PARAMETERS_H'
grep -v '^!'
echo '#endif'