Skip to content

Instantly share code, notes, and snippets.

@victoroalvarez
Created September 11, 2025 14:31
Show Gist options
  • Select an option

  • Save victoroalvarez/029637897d453de611767bdf736bd6e3 to your computer and use it in GitHub Desktop.

Select an option

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.
#!/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