aboutsummaryrefslogtreecommitdiff
path: root/examples/restart/Readme.md
blob: e4bf1b5c03779a15e5a016460581071569d993ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
This example's main method simply prints the current process id.
This can be used to experiment with cbt's restart feature
(the equivalent to sbt-revolver).

```
cbt direct loop restart
```

starts the main method in a separate process and kills it, when
a change in project, build file or cbt is detected.