projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67ba4bb
)
add node meta
author
AJ ONeal
<aj@therootcompany.com>
Sat, 25 Apr 2020 21:02:03 +0000
(21:02 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Sat, 25 Apr 2020 21:02:03 +0000
(21:02 +0000)
node/node.bash
patch
|
blob
|
history
diff --git
a/node/node.bash
b/node/node.bash
index 0487cafd0506eb1ab4064e63995d08df7338a492..63ddbe8f7e7920f90a886bbc0a453c08ec43d207 100644
(file)
--- a/
node/node.bash
+++ b/
node/node.bash
@@
-1,5
+1,10
@@
#!/bin/bash
+# title: Node.js
+# tagline: JavaScript V8 runtime
+# description: |
+# Node.jsĀ® is a JavaScript runtime built on Chrome's V8 JavaScript engine
+
set -e
set -u