chore(): add Node.js script example

This commit is contained in:
Nicolas Carlier 2020-01-28 20:03:13 +00:00
parent b68a3fa911
commit 75d171f5be

3
scripts/examples/node.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env node
console.log("hello world!")