mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-13 00:26:55 -05:00
Made uploader work over https
This commit is contained in:
parent
0454204c8f
commit
7d4e3a6ea3
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
URL=$(curl -s -F "apikey=YOURKEYHERE" -F "files[]=@$1" www.shimapan.rocks/upload.php | grep url | awk '{print $2}')
|
||||
URL=$(curl -s -F "apikey=YOURKEYHERE" -F "files[]=@$1" https://www.shimapan.rocks/upload.php | grep url | awk '{print $2}')
|
||||
echo $URL | tr -d '[\\\,"]'
|
||||
|
Loading…
Reference in New Issue
Block a user