Skip to content

Instantly share code, notes, and snippets.

@SomeoneWeird
Created January 31, 2014 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SomeoneWeird/8726382 to your computer and use it in GitHub Desktop.
Save SomeoneWeird/8726382 to your computer and use it in GitHub Desktop.
➜ ~ echo "console.log(__dirname)" > /tmp/hello.js
➜ ~ node /tmp/hello.js
/tmp
➜ ~ mkdir /tmp/lol
➜ ~ echo "require('../hello')" > /tmp/lol/hello.js
➜ ~ node /tmp/lol/hello.js
/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment