5 lines
210 B
Bash
5 lines
210 B
Bash
#!/bin/sh
|
|
|
|
curl -s https://raw.githubusercontent.com/AntennaPod/antennapod.github.io/master/_config.yml | yq -r ".languages[]" > ./ui/common/src/main/assets/website-languages.txt
|
|
python ./createContributors.py
|