Skip to content

Commit

Permalink
Rebuild and rerun are separate activities
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 18, 2016
1 parent d7506f0 commit 7f3ed2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/rebuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

source bin/destroy.sh && source bin/build.sh
2 changes: 1 addition & 1 deletion bin/rerun.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

source bin/destroy.sh && source bin/build.sh && source bin/run.sh
source bin/rebuild.sh && source bin/run.sh $1

0 comments on commit 7f3ed2c

Please sign in to comment.