1
0
Fork 0
peertube/scripts/generate-code-contributors.sh
2018-04-23 14:50:00 +02:00

7 lines
200 B
Bash
Executable file

#!/bin/sh
set -eu
curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
jq -r 'map(" * [" + .login + "](" + .url + ")") | .[]' | \
sed 's/api.github.com\/users/github.com/g'