2019-04-13 21:41:58 +02:00
|
|
|
{ curl, gnused, writeDashBin }:
|
2017-04-11 21:41:06 +02:00
|
|
|
|
|
|
|
writeDashBin "kpaste" ''
|
2020-06-05 10:31:17 +02:00
|
|
|
${curl}/bin/curl -sS http://p.r --data-binary @"''${1:--}" |
|
2020-06-05 10:39:43 +02:00
|
|
|
${gnused}/bin/sed '$ {p;s|http://p.r|https://p.krebsco.de|}'
|
2017-04-11 21:41:06 +02:00
|
|
|
''
|