mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
11 lines
254 B
Nix
11 lines
254 B
Nix
{
|
|
curl,
|
|
gnused,
|
|
writers,
|
|
}:
|
|
writers.writeDashBin "kpaste" ''
|
|
${curl}/bin/curl -sS http://p.r --data-binary @"''${1:--}" \
|
|
-H "Content-Type-Override: ''${KPASTE_CONTENT_TYPE-}"
|
|
${gnused}/bin/sed '$ {p;s|http://p.r|https://p.krebsco.de|}'
|
|
''
|