Advertisement
Guest User

psplash-test.sh

a guest
Mar 25th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. cat /dev/fb0 >/tmp/screencap
  2. ./psplash -n -a 90 &
  3. sleep 1
  4. ./psplash-write "MSG Hello Zipit!"
  5. ./psplash-write "PROGRESS 20"
  6. sleep 1
  7. ./psplash-write "PROGRESS 50"
  8. sleep 1
  9. ./psplash-write "PROGRESS 80"
  10. ./psplash-write "MSG Goodbye Zipit!"
  11. sleep 1
  12. ./psplash-write "PROGRESS 100"
  13. ./psplash-write "QUIT"
  14. cat /tmp/screencap >/dev/fb0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement