Files
i2p.scripts/git_sync/list-org-cloneurls.sh
2021-04-04 14:48:03 -04:00

6 lines
158 B
Bash
Executable File

#! /usr/bin/env sh
. ./config
curl -s https://api.github.com/orgs/$ORG/repos | grep ssh_url | sed 's|"ssh_url":||g' | tr -d '", \t' | grep -v 'i2p-browser'