mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-29 20:38:05 +02:00
10 lines
126 B
Bash
Executable File
10 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source /etc/profile
|
|
|
|
setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm
|
|
clear
|
|
|
|
cd /usr/share/gmenu2x
|
|
./gmenu2x
|