Created
May 5, 2020 16:05
-
-
Save ryancharris/028893cceb6e3fdfde94a198e65593aa to your computer and use it in GitHub Desktop.
EH: Lesson One
This file contains hidden or 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
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