Skip to content

Commit

Permalink
add bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
erik168 committed Mar 31, 2013
1 parent 4876454 commit aa8cbc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/edp-cli
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /usr/bin/env node

var cli = require( '../lib/cli' );
cli.parse( process.argv );

0 comments on commit aa8cbc4

Please sign in to comment.