dotfiles/config/polybar/keystore
2018-08-19 11:29:59 +02:00

10 lines
129 B
Bash
Executable file

#!/usr/bin/env bash
output="$(ssh-add -l)"
if [ $? -ne 0 ]; then
echo
else
echo -n " "
echo "$output" | wc -l
fi