Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add echoerr which outputs to STDERR rather than STDOUT for errors #173

Closed
wants to merge 1 commit into from
Closed

Conversation

sklirg
Copy link

@sklirg sklirg commented Oct 30, 2014

This fix makes errors go to STDERR rather than STDOUT, which they should.

(By piping the output of this script to /dev/null, you'll only get notified about the errors, as stderr is not sent to /dev/null/)

Resolves #172

@melwil
Copy link

melwil commented Oct 30, 2014

All errors are now output to stderr, like they should be. And regular input can be ignored if so desired by piping stdout do /dev/null, as @sklirg said.

We've already tested these changes with our setup and confirmed they work.

@sklirg sklirg closed this Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Output using stdout and stderr respectively
2 participants