Make nodejs example a proper binary

This commit is contained in:
copy 2015-03-09 01:09:16 +01:00
parent a16473c4df
commit 8c4f4cf5d0

1
docs/samples/nodejs.js Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/bin/env node
"use strict";
var fs = require("fs");