ac9bf674ac607caf3cb3c5767efb080c02aaed47
[AGL/meta-agl.git] / meta-agl / recipes-core / psplash / files / psplash-anim
1 #/bin/bash
2
3 psplash-default "$@" &
4 sleep .2
5 while :; do
6         for x in 0 1 2 3 4 5 6 7 8 9 10 -9 -8 -7 -6 -5 -4 -3 -2 -1 0 -1 -2 -3 -4 -5 -6 -7 -8 -9 10 9 8 7 6 5 4 3 2 1; do
7                 psplash-write "PROGRESS ${x}0" || exit 0
8                 psplash-write "MSG $(journalctl -n1 -ocat)" || exit 0
9                 sleep .1
10         done
11 done