X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fgenerate-code-contributors.sh;h=9c2541cc2c83873a97dc21a4e3b5726c984725a8;hb=2920281946cffd62ce5046b661d63f9867ab0654;hp=eb94d418d749cdbdb55ee93efe1f4f1978957e46;hpb=86acad02aa07f7579062722179c4c815ba488344;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/generate-code-contributors.sh b/scripts/generate-code-contributors.sh index eb94d418d..9c2541cc2 100755 --- a/scripts/generate-code-contributors.sh +++ b/scripts/generate-code-contributors.sh @@ -1,4 +1,6 @@ -#!/usr/bin/env bash +#!/bin/sh + +set -eu curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \ jq -r 'map("\\\n * [" + .login + "](" + .url + ")") | .[]' | \