704825b29676
1 2 3 4 5 6 7 8 9 10
#!/bin/sh if [ -z "${DISPLAY}" ] then echo "$0: Starting X server" exec xinit $( which scrotwm ) else echo "$0: X server already running on display ${DISPLAY}" $( which scrotwm ) fi