Skip to content

Commit

Permalink
Merge pull request Spacebrew#50 from quinkennedy/make-exec
Browse files Browse the repository at this point in the history
made node scripts directly executable
  • Loading branch information
quinkennedy committed Mar 21, 2014
2 parents 7253023 + 13d1a0c commit 8ed4f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node_server.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

/**
* Spacebrew Server
* ----------------
Expand Down
2 changes: 2 additions & 0 deletions node_server_forever.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

/**
* Spacebrew Server with Forever
* ------------------------------
Expand Down

0 comments on commit 8ed4f75

Please sign in to comment.