Enable service worker
[oweals/peertube.git] / scripts / generate-code-contributors.sh
1 #!/bin/sh
2
3 set -eu
4
5 curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
6   jq -r 'map(" * [" + .login + "](" + .url + ")") | .[]' | \
7   sed 's/api.github.com\/users/github.com/g'