#!/bin/sh # # -S: suppress the comma separated list of layers # -L: output the PostScript in a form that can be use by the # `special' command of `latex' and `dvi2ps' # if [ $# = 2 ] then cell=$1 postscript=$2 else echo "usage: $0 cell:view postscript_file" exit fi #oct2ps -S PLACE,GLAS,OVERLAP,OVER $cell > $postscript oct2ps $cell > $postscript