#!/bin/bash _SERVER="https://paste.cresi.be" a=$(cat); curl -X POST -s -d "$a" ${_SERVER}/documents | awk -F '"' '{print "'${_SERVER}'/"$4}';