Created
          June 7, 2022 14:19 
        
      - 
      
- 
        Save matheusiacono/f9f9a031840838c8e1b0d9b89d742d3b to your computer and use it in GitHub Desktop. 
    Clone all repos from org
  
        
  
    
      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
    
  
  
    
  | #!/bin/bash | |
| gh repo list $org --limit 1000 | while read -r repo _; do | |
| gh repo clone "$repo" "$repo" | |
| done | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment