4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
placeholder=$1
|
||
|
curl -F"file=@$placeholder" http://0x0.st
|