Created
September 13, 2012 21:53
-
-
Save TaraRed/3717981 to your computer and use it in GitHub Desktop.
Meteor version checks and fibers test.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
echo === | |
meteor --version | |
node --version | |
echo --- | |
/usr/lib/meteor/meteor --version | |
/usr/lib/meteor/bin/node --version | |
echo --- | |
cd /usr/lib/meteor/lib/node_modules/fibers | |
stat src/fibers.node | |
ldd src/fibers.node | |
echo --- | |
cd test | |
for file in $(ls .); do echo -n "$file: " && /usr/lib/meteor/bin/node $file; done | |
echo === |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment