diff options
author | Marius Eikenes <viddy@viddy.no> | 2015-04-05 00:41:21 +0200 |
---|---|---|
committer | root <root@einstein.tg15.gathering.org> | 2015-04-05 00:41:21 +0200 |
commit | 727eb6df7d580be86a82514c02f1123a58673a90 (patch) | |
tree | 4e07aa9c2991e54010cf02e20b45ff589856df83 /examples/tg15/infoscreens/bash_profile | |
parent | 2954738b00ee4811547912a1af275f17f1aacfb1 (diff) |
Add teh infoscreen stuffs
Diffstat (limited to 'examples/tg15/infoscreens/bash_profile')
-rw-r--r-- | examples/tg15/infoscreens/bash_profile | 8 |
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 |