mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 23:53:31 -05:00
Added Linux upload bash script
This commit is contained in:
parent
183e109807
commit
7c530e4278
3
assets/tools/upload.sh
Executable file
3
assets/tools/upload.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
URL=$(curl -s -F "apikey=YOURKEYHERE" -F "files[]=@$1" www.shimapan.rocks/upload.php | grep url | awk '{print $2}')
|
||||
echo $URL | tr -d '[\\\,"]'
|
Loading…
Reference in New Issue
Block a user