1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 19:28:40 -04:00
shimapan/assets/tools/upload.sh

4 lines
164 B
Bash
Raw Normal View History

2016-08-14 23:11:18 -04:00
#!/bin/bash
2017-01-24 18:33:34 -05:00
URL=$(curl -s -F "apikey=YOURKEYHERE" -F "files[]=@$1" https://www.shimapan.rocks/upload.php | grep url | awk '{print $2}')
2016-08-14 23:11:18 -04:00
echo $URL | tr -d '[\\\,"]'