Skip to content

Support for complex shell commands #15

@ffledgling

Description

@ffledgling

I'm trying to run firetower -c 'go build && ./mybin', but firetower doesn't seem to kill ./mybin correctly before attempting to restart it, which leads to problems like:

2017/06/21 20:49:32 listen tcp 127.0.0.1:8080: bind: address already in use

I tried running multiple firetower instances, but that's no bueno. Attempting to stick it in subshell like so: firetower -c '(go build && ./mybin)' doesn't seem to work either.

What's the right way of doing this? (Shell script that does make and run?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions