aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg15/infoscreens/bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tg15/infoscreens/bash_profile')
-rw-r--r--examples/tg15/infoscreens/bash_profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/tg15/infoscreens/bash_profile b/examples/tg15/infoscreens/bash_profile
new file mode 100644
index 0000000..bdf9a1c
--- /dev/null
+++ b/examples/tg15/infoscreens/bash_profile
@@ -0,0 +1,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