It is possible to redirect input or output back to the terminal after having redirected it elsewhere. To do this, specify the following:
RELOAD < /dev/tty
or:
RELOAD > /dev/tty
for input and output, respectively.