Skip to content

Instantly share code, notes, and snippets.

@asalant
Created November 19, 2012 06:57
Show Gist options
  • Save asalant/4109324 to your computer and use it in GitHub Desktop.
Save asalant/4109324 to your computer and use it in GitHub Desktop.
fibrous console session
$ 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