---------------------------------------------------------------------

next up previous contents
Next: C shell Up: Draw PAD figure directly Previous: C++

---------------------------------------------------------------------

Bourne shell

 

To draw a PAD figure directly from Bourne shell program, type in:

% pad2ps -sh foo.sh > foo.ps

You can omit -sh  option if the suffix of the input file is .sh.

A parser for Bourne shell program is sh2pad . To execute this parser directly to convert the program into PADEL, type in:

% mkpad -sh foo.sh > foo.pad

In this case you cannot omit -sh option.

A Bourne shell program is drawn as one PAD, and no title will be set. When functions are defined using function, however, the PADs for those functions are drawn after diagraming the PAD of the whole program. In this case each function name becomes the corresponding PAD's title.

Here is an example of Bourne shell program:

cat << EOF
tex2html_wrap2574
EOF

In this case all parts between cat << EOF and EOF is surrounded by a rectangular frame, and it is drawn as one PAD box.

You should be able to convert almost any Bourne shell program to PAD figures.

---------------------------------------------------------------------

Go back to pad2ps - automatic PAD drawer.
Go back to Seiichi Yoshida's Home Page.
Copyright(C) Seiichi Yoshida (comet@aerith.net). All rights reserved.
Sun Nov 10 01:36:04 JST 1996