Files
hpr-tools/workflow/update-stats.bash
T

9 lines
234 B
Bash
Raw Normal View History

2026-09-26 15:39:48 +02:00
#!/usr/bin/env bash
2025-09-08 09:49:49 +02:00
hub_dir="/home/hpr/hub"
for format in txt csv json xml
do
curl --silent --netrc-file /home/hpr/.netrc https://hub.hackerpublicradio.org/cms/stats.php?format=${format} --output ${hub_dir}/stats.${format}
done