2025-05-10 21:49:39 +08:00

9 lines
90 B
Bash

#!/bin/sh
#
killall matchbox-keyboard
if [ ! $? -eq 0 ]
then
matchbox-keyboard &
fi