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