4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
curl -s -F "img=@$1" https://milis-linux.appspot.com/upload
|