mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-08 10:14:20 +02:00
5 lines
283 B
Bash
Executable file
5 lines
283 B
Bash
Executable file
#!/bin/sh
|
|
wget 'http://hydro.chmi.cz/hpps/popup_hpps_prfdyn.php?seq=307225' -O index.html
|
|
mkdir -p tmp/img/big
|
|
wget 'http://hydro.chmi.cz/hpps/tmp/img/big/307225_H.png' -O tmp/img/big/307225_H.png
|
|
wget 'http://hydro.chmi.cz/hpps/tmp/img/big/307225_Q.png' -O tmp/img/big/307225_Q.png
|