dotfiles/_desktop/_scripts/yubikey-detector-helper

4 lines
124 B
Plaintext
Raw Normal View History

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