aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg15/infoscreens/bash_profile
diff options
context:
space:
mode:
authorMarius Eikenes <viddy@viddy.no>2015-04-05 00:41:21 +0200
committerroot <root@einstein.tg15.gathering.org>2015-04-05 00:41:21 +0200
commit727eb6df7d580be86a82514c02f1123a58673a90 (patch)
tree4e07aa9c2991e54010cf02e20b45ff589856df83 /examples/tg15/infoscreens/bash_profile
parent2954738b00ee4811547912a1af275f17f1aacfb1 (diff)
Add teh infoscreen stuffs
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