2015-11-27 17:06:23 +01:00
|
|
|
#!/bin/sh
|
2016-06-19 18:55:12 +02:00
|
|
|
|
2024-04-05 19:20:27 +02:00
|
|
|
curl -s https://raw.githubusercontent.com/AntennaPod/antennapod.github.io/master/_config.yml | yq -r ".languages[]" > ./ui/common/src/main/assets/website-languages.txt
|
2022-06-09 22:21:57 +02:00
|
|
|
python ./createContributors.py
|