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