Skip to content

Commit

Permalink
Merge pull request #19 from LudovicRousseau/fixes
Browse files Browse the repository at this point in the history
example: Made the script directly executable
  • Loading branch information
santigimeno committed Sep 25, 2014
2 parents 44b0c3e + 266fdfa commit 674df70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/example.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

var pcsc = require('../index');

var pcsc = pcsc();
Expand Down

0 comments on commit 674df70

Please sign in to comment.