mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
14 lines
269 B
Nix
14 lines
269 B
Nix
{
|
|
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 -
|
|
''
|