Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. #!/bin/bash
  2. #/opt/kiosk.sh
  3.  
  4. xset -dpms
  5. xset s off
  6. openbox-session &
  7. sleep 10s
  8.  
  9. while true; do
  10.     rm -rf ~/.{config,cache}/google-chrome/
  11.     google-chrome --disable-restore-background-contents --disable-translate --kiosk --no-first-run  'http://infoscreen.haschek.at/?i=1e9daf'
  12. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement