aboutsummarylogtreecommitdiffstats
path: root/ma5.exp
blob: d2a61320304acc408d3e46cd6ffb6196b4df55cb (plain)
1
2
3
4
5
6
7
8
set timeout -1
spawn ./madanalysis5/bin/ma5
# Number of cores, use default (max)
expect -ex "   Answer: "
send -- "\n"
# Exit
expect -ex "ma5>"
send -- "exit\n"