This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
node
mirror of
https://github.com/lukechilds/node.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
12480
Commits
131
Branches
446
Tags
325 MiB
Tree:
ad02f0e75f
node
/
test
/
fixtures
/
exit.js
2 lines
36 B
Raw
Normal View
History
:%s/sys.puts/console.log/g and there was much rejoicing
15 years ago
process
.
exit
(
process
.
argv
[
2
]
||
1
)
;