dotfiles/_i3__abraracourcix/ssh-agent-status.sh
2017-05-06 22:58:16 +02:00

9 lines
88 B
Bash
Executable File

#!/bin/sh
if ssh-add -l > /dev/null 2>&1
then
echo -n ""
else
echo -n ""
fi