swizzle(){fd0=0fd1=1 exec {stdin}<&$fd0exec {stdout}>&$fd1} swizzleecho $stdin $stdout read line <&$stdin <<EOFaEOF echo $lineecho $line >&$stdout type swizzle exit 0