Skip to content

Instantly share code, notes, and snippets.

@JoshuaSoileau
Last active December 7, 2015 15:41
Show Gist options
  • Save JoshuaSoileau/8af781a2b522bd5f0653 to your computer and use it in GitHub Desktop.
Save JoshuaSoileau/8af781a2b522bd5f0653 to your computer and use it in GitHub Desktop.
Command Line Alias to Open AtTask
attask() {
x-www-browser https://blueacorn.attask-ondemand.com/task/view?ID=$1
}
## For OSX:
#attask() {
# /usr/bin/open -a "/Applications/Google Chrome.app" 'https://blueacorn.attask-ondemand.com/task/view?ID='$1
#}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment