removed some bugs and corrected the README

This commit is contained in:
Tomas Rivera
2026-03-01 09:42:04 +01:00
parent ab4de4b42d
commit 035ecbce39
6 changed files with 37 additions and 9 deletions
+4 -1
View File
@@ -6,6 +6,9 @@ writeShellApplication {
curl
];
text = ''
while true; do curl "https://wttr.in/Prangins?0&d&q&F&lang=fr"; sleep 7200; done
while true; do
curl "https://wttr.in/?0&d&q&F&lang=fr"
sleep 7200
done
'';
}