dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 5d151638ffdd0ff67f403951e834975a6e9717ce
parent b7a62ae3affaf3f99a1d8a9cb59288d885934276
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 30 Aug 2021 10:57:47 +0200

chmu: a script to get the forecast from CHMU

Diffstat:
Ascripts/chmu | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/scripts/chmu b/scripts/chmu @@ -0,0 +1,2 @@ +#!/bin/sh +curl -sL 'https://www.chmi.cz/files/portal/docs/meteo/om/predpovedi/CR/p_CR.html' | pup 'pre text{}' | $PAGER+ \ No newline at end of file