Skip to content

Commit

Permalink
readlink-free executable for OSX/BSD hackers
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Khan committed Aug 1, 2011
1 parent 133ed6f commit e84e6f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bin/coffeedoc
@@ -1,7 +1,3 @@
#!/bin/sh

SCRIPT=`readlink -f "$0"`
SCRIPTDIR=`dirname "$SCRIPT"`

node "$SCRIPTDIR/../lib/docgen.js" "$@"
#!/usr/bin/env node

require(__dirname + '/../lib/docgen.js');

0 comments on commit e84e6f7

Please sign in to comment.