mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 06:21:58 +00:00
4 lines
56 B
Bash
4 lines
56 B
Bash
for APP in /usr/libexec/moblin-panel-*; do
|
|
$APP &
|
|
done
|