Last active
August 29, 2015 14:02
-
-
Save eddiemoya/24ea52b5487c11a0c7d9 to your computer and use it in GitHub Desktop.
Open PDP JIRAs from the command line..
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
# To use this, open ~/.bash_profile, and add the function below. | |
# Then run . ~/.bash_profile to reload your profile. | |
# Usage: pdp <jira_number> | |
pdp() { open -a "Google Chrome" https://obujira.searshc.com/jira/browse/PDP-$1; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment