Skip to content

Instantly share code, notes, and snippets.

@acslocum
acslocum / skypecall.sh
Created April 11, 2013 17:29
Make a call from skype, over and over, on OSX
#!/bin/bash
# Tell Skype to dial a number
if [ -z "$1" ]
then
echo "usage: skypecall PHONE_NUMBER NUMBER_OF_CALLS"
exit 65
fi
counter=$2