#!/bin/sh

mkdir /newroot
mount -t tmpfs tmpfs /newroot
cp /usr/bin/ofgwrite_bin /newroot/
/newroot/ofgwrite_bin "$@"
