example: Made the script directly executable
Use a #! to start node on the script
This commit is contained in:
2
examples/example.js
Normal file → Executable file
2
examples/example.js
Normal file → Executable file
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var pcsc = require('../index');
|
||||
|
||||
var pcsc = pcsc();
|
||||
|
||||
Reference in New Issue
Block a user