install.sh 306 B

12345678910111213141516171819
  1. #/usr/bin/expect -f
  2. # set NPM_USERNAME [lindex $argv 0];
  3. # set NPM_PASSWORD [lindex $argv 1];
  4. # set STACKFUEL_DEVELOPER_EMAIL [lindex $argv 2];
  5. set timeout 5
  6. match_max 100000
  7. spawn bash /guix-install.sh
  8. expect "Press return to continue..."
  9. send "\r"
  10. # expect {
  11. # timeout exit 1
  12. # expect eof
  13. # }