4 lines
124 B
Plaintext
4 lines
124 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
yubikey-touch-detector --stdout 2>/dev/null| while read cmd; do echo $cmd > $XDG_CACHE_HOME/yubikey.status; done
|