Skip to content

Instantly share code, notes, and snippets.

View devonhk's full-sized avatar

Devon Hakel-Kinko devonhk

View GitHub Profile
@duboisf
duboisf / report.sh
Last active February 17, 2023 21:41
GitHub org collaborators csv report
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
if (( $# != 1 )); then
echo "This script takes 1 argument, the GitHub org name" >&2
exit 1
fi