mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 18:00:18 +02:00
gmenu2x: clear the screen when start
This commit is contained in:
parent
bea9c01bf4
commit
0ea4bc43fa
@ -1,7 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
|
|
||||||
setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm
|
setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm
|
||||||
|
clear
|
||||||
|
|
||||||
cd /usr/share/gmenu2x
|
cd /usr/share/gmenu2x
|
||||||
./gmenu2x
|
./gmenu2x
|
||||||
|
Loading…
Reference in New Issue
Block a user