index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package
/
matchbox
/
mb-applet-kbd-wrapper.sh
blob: be202b5d65a116e547a7f8bf55e24ac60d6d05a8 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh # killall matchbox-keyboard if [ ! $? -eq 0 ] then matchbox-keyboard & fi