make tsmread.c more robust
[tridge/junkcode.git] / nfs4bug.sh
1 #!/bin/sh
2
3
4 (
5 exec >> nfs4bug.dat 2>&1
6 echo hello
7 ) >> nfs4bug.dat 2>&1
8
9 cat nfs4bug.dat
10 rm -f nfs4bug.dat
11 exit 0