This is limited to cloning 100 repos at a time, the second command gets page 2
TOKEN=foo
ORG_NAME=developer-journey
COMPANY=IBM
| # | |
| # Author : Tyrone Erasmus | |
| # Version : 1.0 | |
| # Description: Decode WebSphere passwords that use {xor} prepended tag | |
| # | |
| #!/usr/bin/python | |
| import argparse | |
| import base64 |