osmo-iuh/src/regen-common-includes.sh

3 lines
105 B
Bash
Executable File

#!/bin/sh
for f in `(cd ../asn1/hnbap/asn1c && ls --color=none -1 *.h)`; do echo "#include \"$f\""; done