Skip to content

pastebin shell


paste() { a=$(cat); curl -X POST -s -d "$a" https://pastebin.****.de/documents | awk -F '"' '{print "https://pastebin.****.de/"$4}'; }