Skip to content

Commit

Permalink
add helper to run the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed May 7, 2017
1 parent 0532ee3 commit ee66c21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ project=jline
function command_rebuild {
mvn clean install $*
}

function command_demo() {
exec demo/jline-gogo.sh $*
}

0 comments on commit ee66c21

Please # to comment.