Skip to content

Instantly share code, notes, and snippets.

@despairblue
Created March 8, 2016 17:02
Show Gist options
  • Select an option

  • Save despairblue/cedee6af9c0c1e2b69f9 to your computer and use it in GitHub Desktop.

Select an option

Save despairblue/cedee6af9c0c1e2b69f9 to your computer and use it in GitHub Desktop.
'use strict'
require('./test1')
require('./test2')
'use strict'
const s = require('shelljs')
console.log(s.pwd())
s.cd()
'use strict'
const s = require('shelljs')
console.log(s.pwd())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment