diff options
| author | Jeff Carr <[email protected]> | 2024-10-16 20:43:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-16 20:43:01 -0500 |
| commit | 142d9ab1cb8bf10f9f4177efdca9a690a44cc6b8 (patch) | |
| tree | 252c8178bc1510def83bbb2b59b6428c9714b3c5 /Makefile | |
| parent | 1c77ec7e63355cab48564a9fb49f34f55b5f0b15 (diff) | |
this is such stupid code because I haven't switched to protobuf
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,9 @@ all: ./virtigo --version ./virtigo --hosts farm01 farm02 farm03 -start: +start-all-droplets: + curl --silent http://localhost:8080/start?start=git.wit.org + curl --silent http://localhost:8080/start?start=go.wit.com curl --silent http://localhost:8080/start?start=rdate.wit.com @#curl --silent http://localhost:8080/start?start=jcarr @# ./virtigo --start jcarr |
