fbui | Framebuffer-based graphical environment |
| download: https://git.y1.nz/archives/fbui.tar.gz | |
| README | Files | Log | Refs |
libfbui/cleanall.sh
1 #/bin/sh
2
3 DIRS=". Calc Launcher MPEG Test Clock ToDo Term LoadMonitor Viewer
4 MailCheck Dump WindowManager PanelManager"
5
6 for DIR in $DIRS
7 do
8 cd $DIR
9 make clean
10 if [ "$DIR" != "." ]
11 then cd ..
12 fi
13 done
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.