mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-17 11:49:24 +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
|