confirm results
[tridge/junkcode.git] / x.sh
1 #!/bin/sh
2
3 if [ -e foo.dat -a "`cat foo.dat 2>/dev/null`" = foo ]; then
4     echo ok
5 fi