Skip to content

Instantly share code, notes, and snippets.

@ryancharris
Created May 5, 2020 16:05
Show Gist options
  • Save ryancharris/028893cceb6e3fdfde94a198e65593aa to your computer and use it in GitHub Desktop.
Save ryancharris/028893cceb6e3fdfde94a198e65593aa to your computer and use it in GitHub Desktop.
EH: Lesson One
function get_pr_status() {
gh pr status
}
for dir in ~/Code/*/; do
cd $dir
get_pr_status
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment