]> git.phdru.name Git - IM.git/blob - skype-status
Feat(im-status.sh): Check if the programs are running
[IM.git] / skype-status
1 #! /bin/sh
2
3 if [ "$1" ]; then
4   skype_name="$1"
5 else
6   echo "Usage: $0 skype_name" >&2
7   exit 1
8 fi
9
10 wget -Y off -O - -q "http://mystatus.skype.com/smallicon/$skype_name" | xli stdin
11 wget -Y off -O - -q "http://mystatus.skype.com/bigclassic/$skype_name" | xli stdin