mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
10 lines
196 B
Nix
10 lines
196 B
Nix
|
|
{
|
||
|
|
curl,
|
||
|
|
gnused,
|
||
|
|
writers,
|
||
|
|
}:
|
||
|
|
writers.writeDashBin "kpaste" ''
|
||
|
|
${curl}/bin/curl -sS http://p.r --data-binary @"''${1:--}" |
|
||
|
|
${gnused}/bin/sed '$ {p;s|http://p.r|https://p.krebsco.de|}'
|
||
|
|
''
|