Index ¦ Archives ¦ RSS

splashdemo - 1 kis script,

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 in seq 9 10 99
do
        sleep 1
        echo "show $65534 / 100 * $i" >/proc/splash
done

© Miklos Vajna. Built using Pelican. Theme by Giulio Fidente on github.