4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
sv check keyd >/dev/null || exit 1
|
||
|
exec /usr/bin/keyd >/dev/null
|