1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

infschmv: remove

This commit is contained in:
2025-12-13 23:02:28 +01:00
parent ad3249077b
commit bd47cef7e5
2 changed files with 0 additions and 14 deletions

View File

@@ -1,13 +0,0 @@
{
writers,
pup,
curl,
pandoc,
man,
}:
writers.writeDashBin "InfSchMV" ''
${curl}/bin/curl -sSL https://www.berlin.de/corona/massnahmen/verordnung/ \
| ${pup}/bin/pup .textile \
| ${pandoc}/bin/pandoc -f html -t man -s \
| ${man}/bin/man -l -
''