blob: 50c79082ae71b406281d857d431949dc0f1370c0 [file] [log] [blame]
#!/bin/sh
case "$1" in
-r)
cp -f "${FAKE_BIOS_BIN}" "${2}"
;;
*)
echo "Unsupported: $*"
exit 1
esac