#!/bin/sh su root -c 'sh -c "BasiliskII & until ifconfig tap0 inet 192.168.0.1 2>/dev/null; do sleep 1; done"' .