5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
curl -F"file=@$@" https://0x0.st | tee >(xclip -sel clip)
|
||
|
|