8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# curl -F "sprunge=<-" sprunge.us
|
||
|
|
||
|
# curl -F c=@- https://ptpb.pw/?u=1
|
||
|
curl -F 'f:1=<-' ix.io
|
||
|
|