]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/generate-code-contributors.sh
Fixe Quotation marks on database backup files
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.sh
CommitLineData
0e4ffb4b
LA
1#!/bin/sh
2
3set -eu
86acad02
C
4
5curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
3e5ff432
C
6 jq -r 'map(" * [" + .login + "](" + .url + ")") | .[]' | \
7 sed 's/api.github.com\/users/github.com/g'