|
|
1.1 root 1: # Copyright (c) 1987 AT&T
2: # All Rights Reserved
3:
4: # THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
5: # The copyright notice above does not evidence any
6: # actual or intended publication of such source code.
7:
8: # @(#)dmddemo.sh 1.1.1.1 (5/8/87)
9:
10:
11: PATH=/bin:/usr/bin/:$DMD/bin
12: export PATH
13:
14: if test $# = 0
15: then
16: echo Available demos are:
17: cd $DMD/lib/demolib
18: /bin/ls | pr -t -6 -l1
19: else
20: if test -s $DMD/lib/demobin/$1
21: then
22: $DMD/lib/demobin/$1
23: else
24: if test -s $DMD/lib/demolib/$1
25: then
26: dmdld $DMD/lib/demolib/$1
27: else
28: echo Demo \`$1\' does not exist
29: echo Type \"dmddemo\" for a list of demos
30: fi
31: fi
32: fi
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.