CLI utility · single file bash script MIT Licensed

element_get.sh

A universal remote downloader for websites that support download.txt.

Zero-dependency shell script Designed for power users and automation

What it does

element_get.sh lets you trigger site-provided downloads remotely from the command line wherever a download.txt manifest is supported.

  • Works with sites that expose a download.txt endpoint.
  • Ideal for scripts, cron jobs, or remote automation.
  • Keeps your workflow in the terminal — no manual clicking.
⬇ Download script
Save as element_get.sh and chmod +x before use.

Quick start

Download the script to your machine.
Make it executable with chmod +x.
Run it against a site that supports download.txt.
# 1. Download curl -o element_get.sh https://elemental-admin.com/element_get.sh # 2. Make executable chmod +x element_get.sh # 3. Use it (example) ./element_get.sh list elemental-admin.com