#!/usr/bin/expect set timeout 20 set prompt "] " spawn ./usbterm expect "PID:*" send "fsboot\r" expect -re $prompt interact