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