aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg15/infoscreens/bash_profile
blob: bdf9a1c62288660acbfb9d2c2beb4759dc4da46c (plain)
1
2
3
4
5
6
7
8
if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty6 ]; then
while [ 1 == 1 ]
     do
          startx
          echo "Stuff died. Waiting in case you want to cancel."
          sleep 2
     done
fi