腳本

腳本目錄

瀏覽 helper.sh 發布的原始 Bash 腳本與命令優先文件。

啟動探針

hello.sh

一個很小的 Bash 載荷,輸出環境資訊並確認目標主機已準備好接受後續自動化操作。

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

維運腳本

docker-data-move.sh

來自 tool-tl/docker-data-move.sh 專案,並透過 helper.sh 重新分發,方便直接執行、維運交接與多語文件說明。

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