dhcpcd/genembedc
2014-05-21 23:07:52 +00:00

17 lines
252 B
Bash
Executable File

#!/bin/sh
set -e
: ${TOOL_SED:=sed}
CONF=${1:-dhcpcd-definitions.conf}
cat dhcpcd-embedded.c.in
$TOOL_SED \
-e 's/#.*$//' \
-e '/^$/d' \
-e 's/^/"/g' \
-e 's/$/\",/g' \
-e 's/ [ ]*/ /g' \
-e 's/ [ ]*/ /g' \
$CONF
printf "%s\n%s\n" "NULL" "};"