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