Guest User

Untitled

a guest
Feb 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. mkdir /tmp/lol
  2. echo "console.log('hello from lol/index.js')" > /tmp/lol/index.js
  3. echo -n "node /tmp/lol: "
  4. node /tmp/lol
  5. echo "console.log('hello from lol.js')" > /tmp/lol.js
  6. echo -n "node /tmp/lol.js: "
  7. node /tmp/lol.js
  8. echo -n "node /tmp/lol: "
  9. node /tmp/lol
  10. echo halp
  11. rm -r /tmp/lol.js /tmp/lol
Add Comment
Please, Sign In to add comment