commit | d2e57143a646030c4eaa51ca625fbc79820b27ad | [log] [tgz] |
---|---|---|
author | Tim Lindberg <tim@onlab.us> | Mon May 13 22:59:13 2013 -0700 |
committer | Tim Lindberg <tim@onlab.us> | Mon May 13 22:59:13 2013 -0700 |
tree | 472e4e9176d3d5b3c9ba1ea1b6be170e350bdfa1 | |
parent | d5de572fc286dc874e9df2b4a25b1d8ca44bf328 [diff] [blame] |
need these for hw
diff --git a/scripts/neclink.exp b/scripts/neclink.exp index a09ed11..0815843 100755 --- a/scripts/neclink.exp +++ b/scripts/neclink.exp
@@ -1,6 +1,6 @@ #!/usr/bin/expect -f # ./neclink.exp <ip of port> <'no' or blank> -set timeout -1 +set timeout 5 set port [lindex $argv 0] set no [lindex $argv 1]