#!/bin/sh # Executed in autonomous mode for the matchs # Mount tmp fs mount /proc # Try to to tell people we have booted ! #for i in $(seq 0 5) #do echo -ne "\007" #done # TODO Export variables (LD...) # Launch the program # . /robot/start.sh # while true do /bin/sh done