Skip to content

Commit

Permalink
Make script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbirkett committed Jun 4, 2013
1 parent 1a2ad36 commit 2205926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tcp-logging-proxy.js 100644 → 100755
@@ -1,3 +1,6 @@
#!/usr/bin/env node
// -*- js -*-

console.log('starting server');
var net = require('net');
var fs = require('fs');
Expand Down

0 comments on commit 2205926

Please sign in to comment.