Skip to content

Instantly share code, notes, and snippets.

@btaitelb
Created March 30, 2016 06:34

Revisions

  1. btaitelb created this gist Mar 30, 2016.
    6 changes: 6 additions & 0 deletions meteor_galaxy_login.expect
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    #!/usr/bin/env expect

    set timeout 5
    spawn meteor login
    expect "Username:" { send "$env(METEOR_USERNAME)\r" }
    expect "Password:" { send "$env(METEOR_PASSWORD)\r" }