add som shizz

This commit is contained in:
iamBadgers
2026-03-29 12:48:26 -07:00
parent f3d0f80929
commit bf91226aa1
4 changed files with 75 additions and 235 deletions

View File

@@ -0,0 +1,7 @@
pid=`pgrep wvkbd`;
if [ $pid > '0' ]; then
`kill $pid`
else
wvkbd-mobintl
fi