add hasteadd gw01
This commit is contained in:
parent
e71c2906af
commit
356fd76671
5 changed files with 293 additions and 3 deletions
4
bin/haste
Executable file
4
bin/haste
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
_SERVER="https://paste.cresi.be"
|
||||
a=$(cat);
|
||||
curl -X POST -s -d "$a" ${_SERVER}/documents | awk -F '"' '{print "'${_SERVER}'/"$4}';
|
Loading…
Add table
Add a link
Reference in a new issue