Created
September 11, 2025 14:31
-
-
Save victoroalvarez/029637897d453de611767bdf736bd6e3 to your computer and use it in GitHub Desktop.
Script that uses aria2c to download a file to your home's Downloads directory.
This file contains hidden or 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
| #!/bin/bash | |
| # download file | |
| aria2c -d ~/Downloads/ -j 3 -c $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment