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