Skip to content

Instantly share code, notes, and snippets.

@pwc3
Created August 16, 2013 03:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwc3/6246974 to your computer and use it in GitHub Desktop.
Save pwc3/6246974 to your computer and use it in GitHub Desktop.
Alfred workflow shell script
# 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