diff --git a/examples/after_cloning.md b/examples/after_cloning.md index 7beda988..d8c9d63c 100644 --- a/examples/after_cloning.md +++ b/examples/after_cloning.md @@ -2,6 +2,8 @@ A few ways to use ghorg after cloning repos. Please add yours below if you have one! +## On Mac + > Dump all test.sh files from ghorg dir into a results file ``` @@ -20,3 +22,11 @@ find $HOME/ghorg -name "test.sh" | xargs grep -i "gcloud" # cd into a clone dir du -d 1 . | sort -nr | cut -f2- | xargs du -hs ``` + +## On PC + +> Help Wanted + +## On Linux + +> Help Wanted