Closed wizzup closed 5 years ago
Thanks for the bug! I think it's possible your parenthesis are being interpreted as a capture group? I'm not sure. I'll get to this as soon as I can.
@wizzup I think this syntax is a bashism, but sos
runs shell commands with sh
. Do you get the same error with this at the shell?
$ sh -c 'g++ 000.cpp && diff output.txt <(./a.out < input.txt)'
@mitchellwrosen Good catch! Got the same error when running with sh
.
I don't think sos
need to do anything with bash
. I am going to close this as won't fix
.
My workaround is just create a run.sh
and call it instead.