example: Made the script directly executable

Use a #! to start node on the script
This commit is contained in:
Ludovic Rousseau
2014-09-24 20:59:41 +02:00
parent 44b0c3e479
commit 266fdfa48f

2
examples/example.js Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env node
var pcsc = require('../index'); var pcsc = require('../index');
var pcsc = pcsc(); var pcsc = pcsc();