Created
August 16, 2013 03:13
-
-
Save pwc3/6246974 to your computer and use it in GitHub Desktop.
Alfred workflow shell script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# set interpreter to /bin/bash | |
case "{query}" in | |
"monday") code="12345#,,#" ;; | |
"wednesday") code="23456#,,#" ;; | |
"friday") code="34567#,,#" ;; | |
*) code="{query}#,,#" ;; | |
esac | |
$HOME/bin/skypecall "800-555-1212" "$code" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment