dotfiles/config/polybar/keystore

10 lines
129 B
Plaintext
Raw Normal View History

2018-08-19 09:29:59 +00:00
#!/usr/bin/env bash
output="$(ssh-add -l)"
if [ $? -ne 0 ]; then
echo
else
echo -n " "
echo "$output" | wc -l
fi