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