cespare / reflex

Run a command when files change

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stdin is ignored

rafaelcpalmeida opened this issue · comments

I'm using reflex to compile a Java program that gets input from stdin. I'm running the command using:

# Build and run a server; rebuild and restart when .java files change:
    $ reflex -r '\.java$' -s -- sh -c 'make && java bin/Server'

However, the input from stdin gets ignored.

Is there something I can do? If not, where, in the code, can I try to fix it?

commented

This is from another similar project's Issues.

air-verse/air#102

Maybe it's the same situation.

hotbuild.ffactory.org you can try it now.