4 lines
124 B
Bash
Executable File
4 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
|