allwinner_a64/android/external/dhcpcd-6.8.2/genembedc
2018-08-08 16:14:42 +08:00

16 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" "};"