blob: 5bd7b6f6def09318b5d39c393ed087d3cf2a898c [file] [log] [blame]
Samuel Tand7ed8512015-08-13 16:11:35 -07001#!/bin/sh
2set -e
3
4: ${TOOL_SED:=sed}
5CONF=${1:-dhcpcd-definitions.conf}
6
7cat dhcpcd-embedded.c.in
8$TOOL_SED \
9 -e 's/#.*$//' \
10 -e '/^$/d' \
11 -e 's/^/"/g' \
12 -e 's/$/\",/g' \
13 -e 's/ [ ]*/ /g' \
14 -e 's/ [ ]*/ /g' \
15 $CONF
16printf "%s\n%s\n" "NULL" "};"