<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>glue-boy</title>
</head>
<body style="font-family:monospace">
<div>
<form action="" method="POST">
<textarea name="content"
rows="15"
cols="79"
style="max-width:100%;"
placeholder="paste your content here"
autofocus required></textarea>
<p>
<input name="btn" type="submit" value="glue!"/>
</p>
</form>
<p>
glue-boy is command line friendly, upload a file with:
<p>
<code>$ curl -L -F "content=<filename.extension" -w "%{url_effective}\n" https://glue.nprescott.com
</code>
</p>
<p>or paste STDOUT:</p>
<p>
<code>$ fortune | curl -L -F "content=<-" -w "%{url_effective}\n" https://glue.nprescott.com</code>
</p>
<a href="https://github.com/NPrescott/async-glue-boy">glue-boy</a>
</p>
</div>
</body>
</html>