-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sh: Pixeldrain: improve upload process [SQUASHED]
For Linux Env: To make the script globally available, run the following commands in your terminal: sudo wget https://raw.githubusercontent.com/tanvirr007/scripts/main/scripts/pixeldrain.sh -O "/usr/local/bin/pixeldrain" sudo chmod +x /usr/local/bin/pixeldrain Make sure yoy have wget and bc installed on your linux system After that, you can use it like this: pixeldrain your_file_name.zip Example: pixeldrain SomethingOS-14-spes-20240516.zip If you want to uninstall pixeldrain you can run: sudo rm "/usr/local/bin/pixeldrain" Be careful for typos! You don't want to accidentally remove your /usr like this: MrMEEE/bumblebee-Old-and-abbandoned#123 ;) Usage Instructions for Termux: 1. Download this script to a specific directory using curl: curl -O https://raw.githubusercontent.com/tanvirr007/scripts/main/scripts/pixeldrain.sh Or, you can use wget: wget https://raw.githubusercontent.com/tanvirr007/scripts/main/scripts/pixeldrain.sh After downloading, when you run the script for the first time, you’ll be prompted to enter your PixelDrain API key. 2. Run the script with your file(s): bash pixeldrain.sh <your_filename> You can upload multiple files by specifying their names separated by spaces: bash pixeldrain.sh <file1> <file2> <file3> If you have long filenames like 'SomethingOS-14-spes-20240516.zip', you can use wildcards: bash pixeldrain.sh So*.zip bash pixeldrain.sh Something*.zip Android App: - [Download Pixeldrain]: https://raw.githubusercontent.com/tanvirr007/scripts/main/assets/Pixeldrain.v1.0.0.apk Changelog: - API Key prompt and secure storage - Automatic jq Installation if missing - Show files with basic metadata - Sequential Uploads with error checks - Upload Summary with success count
- Loading branch information
1 parent
85e68a5
commit b4a40ad
Showing
1 changed file
with
116 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters