How to Replicate
COMMAND=$(cat <<EOL
chezmoi update --no-tty --force
source ~/.profile
install.sh filen
uv tool upgrade --all
start.sh filen && sleep 3
start.sh esperoj_storage caddy
sleep 2
esperoj replicate --limit 256
EOL
)
run-command.sh -h blacksmith -c "$COMMAND"