wemux icon indicating copy to clipboard operation
wemux copied to clipboard

Fix issue #66

Open rlue opened this issue 7 years ago • 0 comments

Decided not to rest on my laurels and just went ahead and fixed it.

WARNING: I'm new to wemux and haven't tested all the edge cases. All I did was go through and replace all non-zero (and non-1) return statements with exit, and redirect any preceding echos to STDERR. There were a couple return 1 statements that are only function returns and shouldn't exit out of the program (as far as I can tell).

Please give this a very critical eye before merging. Thanks for an awesome utility.

rlue avatar Jan 12 '18 11:01 rlue