alvtdev / rshell

assignment(s) for cs100.
MIT License
0 stars 0 forks source link

Bug that closes cin and crashes rshell #9

Open M-Evans opened 9 years ago

M-Evans commented 9 years ago
[mevans@localhost rshell]$ bin/rshell
mevans@localhost $ false && echo success || echo fail
mevans@localhost $ cin is broken: Success

Not really sure what's going on here.... seems linked to piping similar to #8