vm: restore stacktrace on SIGSEGV
[minix.git] / benchmarks / unixbench-5.1.2 / pgms / tst.sh
blobb8ad691f2b6e5f7015642c8f969f2b6b02420bdd
1 #! /bin/sh
2 ###############################################################################
3 # The BYTE UNIX Benchmarks - Release 3
4 # Module: tst.sh SID: 3.4 5/15/91 19:30:24
5 #
6 ###############################################################################
7 # Bug reports, patches, comments, suggestions should be sent to:
9 # Ben Smith or Rick Grehan at BYTE Magazine
10 # ben@bytepb.UUCP rick_g@bytepb.UUCP
12 ###############################################################################
13 # Modification Log:
15 ###############################################################################
16 ID="@(#)tst.sh:3.4 -- 5/15/91 19:30:24";
17 sort >sort.$$ <sort.src
18 grep the sort.$$ | tee grep.$$ | wc > wc.$$
19 rm sort.$$ grep.$$ wc.$$