Created
November 19, 2012 06:57
-
-
Save asalant/4109324 to your computer and use it in GitHub Desktop.
fibrous console session
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
$ node fibrous_repl.js | |
Starting fibrous REPL... | |
> var fs = require('fs'); | |
undefined | |
> data = fs.sync.readFile('/etc/passwd', 'utf-8'); | |
... | |
> console.log(data); | |
## | |
# User Database | |
# | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment