mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 17:46:38 +02:00
5849092137
with a new module API. Is currently not autoconf'ied, makefile'ed, etc. May the screaming commence.
5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
echo interface: > $1.preprocessed
|
|
../velcro/preprocess $1 >> $1.preprocessed
|
|
../velcro/generateH $1
|
|
../velcro/generateCC $1 |