https://bugs.winehq.org/show_bug.cgi?id=56459
--- Comment #14 from renatopereyra@google.com --- I've been thinking a bit about how Wine creates a (windows) console behind the scenes whenever a program is invoked from a unix tty. Is this done to improve compatibility? If so, would `./wine [[your exec and args]] < /dev/null 2>&1 | cat -` possibly introduce bugs?
Does the answer vary depending on whether the app called is a GUI app or command line app?