#!/bin/bash if ! command -v curl &> /dev/null ; then echo "Please install curl to use this script" exit 1 fi PASTEY_ENDPOINT="{{ endpoint }}" PASTEY_CONTENT=$(