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