Documentation

Documentation

Usage patterns, operational recommendations, and direct command examples for helper.sh scripts.

Quick start

helper.sh publishes scripts as plain text files so they can be inspected, downloaded, or piped into bash depending on your operational policy.

curl -fsSL https://helper.sh/hello.sh | bash
curl -fsSL https://helper.sh/docker-data-move.sh | sudo bash

Publishing model

  • Each script has a human-readable landing page and a raw file URL.
  • Use raw URLs in terminal automation and page URLs for handoff or SEO.
  • Document operational assumptions next to the executable command.

Per-script docs

Available usage guides

hello.sh

The original helper.sh script used to verify connectivity and establish the shell-first experience.

docker-data-move.sh

An interactive helper that migrates Docker data-root onto a larger disk with path checks, backups, and verification.