summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/kpaste/default.nix
blob: d6823d584fb761734b7a1e916dbae6bc11232c0e (plain)
1
2
3
4
5
{ curl, writeDashBin }:

writeDashBin "kpaste" ''
  exec ${curl}/bin/curl -sS http://p.r --data-binary @-
''