dslinux/vendors/Nintendo/SCSD-RAM x

amadeus dslinux_amadeus at user.in-berlin.de
Wed Aug 23 15:12:07 CEST 2006


Update of /cvsroot/dslinux/dslinux/vendors/Nintendo/SCSD-RAM
In directory antilope:/tmp/cvs-serv30431/vendors/Nintendo/SCSD-RAM

Added Files:
	x 
Log Message:
starting x

--- NEW FILE: x ---
#!/bin/sh
LOG=/dev/null

if [ -z "$1" ]; then
    APP="nterm"
else
    APP=$1
fi

nano-X > $LOG 2>&1 &
nanowm >> $LOG 2>&1 &
$APP >> $LOG 2>&1




More information about the dslinux-commit mailing list