Skip to content

Instantly share code, notes, and snippets.

@dd1994
Created November 28, 2015 02:38
Show Gist options
  • Save dd1994/e2603c9344d54a49c12a to your computer and use it in GitHub Desktop.
Save dd1994/e2603c9344d54a49c12a to your computer and use it in GitHub Desktop.

Revisions

  1. dd1994 created this gist Nov 28, 2015.
    9 changes: 9 additions & 0 deletions repl.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    'use strict'

    const repl = require('repl')

    let r = repl.start("-> ")

    let c = r.context

    c.msg = "awesome repl"