#!/bin/sh cat < #ifdef CONFIG_IEEE1394_OUI_DB struct oui_list_struct { int oui; char *name; } oui_list[] = { EOF while read oui name; do echo " { 0x$oui, \"$name\" }," done cat <