Here's how to upload files using Terminal:
First you need API Key. You can get it from Your Account Settings. and clicking
Generate API Key on
API Section.
Method 1
alias devuploads='bash <(curl -s https://devuploads.com/upload.sh)'
devuploads -f filePath -k key
Method 2
bash <(curl -s https://devuploads.com/upload.sh) -f filePath -k key