Skip to content

Instantly share code, notes, and snippets.

View markfrommn's full-sized avatar
💭
Gainfully Employed

Mark Gooderum markfrommn

💭
Gainfully Employed
  • Google.com
  • Excelsior, MN
  • 12:16 (UTC -05:00)
View GitHub Profile
@markfrommn
markfrommn / github-add-user
Created December 9, 2019 19:52 — forked from miraculixx/github-add-user
batch adding users to github accounts
#!/bin/bash
# Collaborator list, add, remove from a repository
# (c) 2015 miraculixx
# Author: github.com/miraculixx
# MIT License, see below
function help {
echo "Add collaborators to one or more repositories on github"
echo ""
echo "Syntax: $0 -u user -p password [-l] [-D] -r repo1,repo2 <collaborator id>"