#!/bin/sh # # Petitboot utility script for running a petitboot UI program # on a console tty. # ui=petitboot-nc shell=sh detach=0 usage() { cat >&2 <$console 2>&1 fi if [ "$detach" = 1 ] then ( pb_loop ) & else pb_loop fi