Skip to content

Commit

Permalink
Moved build and run onto one line
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Mar 3, 2015
1 parent fa4b7f9 commit df54ee2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

source setenv.bash
pushd src/github.com/getlantern/flashlight
go build
./flashlight
go build && ./flashlight
popd

0 comments on commit df54ee2

Please sign in to comment.