Estimated read time: 1 minutes
splashdemo - 1 kis script, ami emulalja a rendszerinditaskor lathato progressbar novekedeset:
#!/bin/sh
themedir=/etc/bootsplash/themes/current/config
/sbin/splash -s -u 0 $themedir/bootsplash-/sbin/fbresolution
.cfg
for i inseq 9 10 99
do
sleep 1
echo "show $65534 / 100 * $i" >/proc/splash
done