#!/bin/sh image=$1 if [ "x${image}" = "x" ] ; then exit 1 fi cat flash-sila-bmc.in ${image} > flash-sila-bmc chmod a+x flash-sila-bmc