]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/generate-code-contributors.sh
Improve update host script
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.sh
1 #!/usr/bin/env bash
2
3 curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
4 jq -r 'map("\\\n * [" + .login + "](" + .url + ")") | .[]' | \
5 xargs echo | sed 's/api.github.com\/users/github.com/g'