## The system's main CD boot script. ## ## Some functions used by the main script ## # launch [thread to wait for] launch() { if [ -f "/boot/$1" ] then "/boot/$1" & [ "$2" != "" ] && waitfor "$2" return 1 else echo There is no "$1" fi return 0 } # launchscript