Files
agent-bounty-protocol/run_seed_188.sh
OG T 7108ff8ab3
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
feat: beta promo, zero fee, scout bot, and LLM SEO
2026-06-07 14:33:26 +08:00

11 lines
262 B
Bash
Executable File

#!/usr/bin/expect -f
set timeout -1
spawn ssh -J wooo@192.168.0.110 wooo@192.168.0.188 "cd /home/wooo/deployments/agent-bounty-protocol && docker compose exec -T web npx tsx seed.ts"
expect {
"*assword:*" {
send "0936223270\r"
exp_continue
}
eof
}