dotfiles/_desktop/_scripts/sb-yubikey

7 lines
119 B
Plaintext
Raw Normal View History

#!/bin/sh
case $(cat $XDG_CACHE_HOME/yubikey.status) in
*_1) printf "touch the yubikey" ;;
*) printf "" ;;
esac