Run a one-liner or external file server-side with meteor shell and Expect

I created a little Expect script so I could run arbitrary JavaScript in the Meteor shell, either on the command line or from a separate file. See http://stackoverflow.com/a/29018889/156060

Clearly we’d rather running scripts or one-liners were built into meteor shell, so let’s just consider this a proof-of-concept.

3 Likes