Skip to content

Instantly share code, notes, and snippets.

View Phelan164's full-sized avatar

phelan Phelan164

  • Instill AI
  • hanoi
View GitHub Profile
@Phelan164
Phelan164 / cloneall.sh
Created September 1, 2021 12:11 — forked from potter0815/cloneall.sh
clone all private repos of an organization
#!/bin/bash
#requires jq -> http://stedolan.github.io/jq/
#optional change working_dir
working_dir=${1-$(pwd)}
cd $working_dir
user="github_username"
token="application token"
organization="Organization_Name"