#!/bin/sh

exec curl --silent -F 'format=url' -F 'lexer=_text' -F 'content=<-' https://dpaste.de/api/ | sed -e 's,$,/raw,'
