Scripts

Script catalog

Browse raw Bash scripts and command-first documentation published on helper.sh.

Starter probe

hello.sh

A tiny Bash payload that prints environment information and confirms the target host is ready for follow-up automation.

curl -fsSL https://helper.sh/hello.sh | bash

Operations helper

docker-data-move.sh

Bundled from the tool-tl/docker-data-move.sh project and republished through helper.sh for direct execution, operational handoff, and multilingual documentation.

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