mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
9 lines
90 B
Bash
9 lines
90 B
Bash
#!/bin/sh
|
|
#
|
|
|
|
killall matchbox-keyboard
|
|
if [ ! $? -eq 0 ]
|
|
then
|
|
matchbox-keyboard &
|
|
fi
|