summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-redir/redir9.tests (plain)
blob: 8befa611c403651ccce82afae86edd9990252177
1echo Ok >file.tmp
2cat 0<>file.tmp
3echo Done:$?
4rm file.tmp
5