#!/usr/bin/expect set stafftoken "" spawn ghost backup expect "Ghost Staff access token" send "$stafftoken\r" expect eof