Skip to content

Commit

Permalink
Use ;; for multiple commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
egonelbre committed Feb 21, 2016
1 parent ddf2fc5 commit c7ae08f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ You can explicitly specify which folder to watch with `-d`:

```
$ watchrun -d ../../ go run main.go
```

You can run multiple commands in succession with `;;` (instead of the usual `&&`). For example:

```
$ watchrun go build -i . ;; myproject
```

0 comments on commit c7ae08f

Please sign in to comment.