zakkak/turnin

turnin not compatible with `yes` tool

Closed this issue · 1 comments

turnin ex1@cs999 myfile.c | yes results in an infinite loop, while it should just accept the first y and exit.

🤦

It works just fine if you use it as it is supposed to be used:

yes | turnin ex1@cs999 myfile.c