mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(scripts): infschmv
This commit is contained in:
@@ -21,6 +21,13 @@ in rec {
|
||||
name = "instaget";
|
||||
};
|
||||
|
||||
infschmv = pkgs.writers.writeDashBin "InfSchMV" ''
|
||||
${pkgs.curl}/bin/curl -sSL https://www.berlin.de/corona/massnahmen/verordnung/ \
|
||||
| ${pkgs.pup}/bin/pup .textile \
|
||||
| ${pkgs.pandoc}/bin/pandoc -f html -t man -s \
|
||||
| ${pkgs.man}/bin/man -l -
|
||||
'';
|
||||
|
||||
trans =
|
||||
let
|
||||
script = pkgs.fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user