Rev 4302 | Rev 12009 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4302 | Rev 5753 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #!/bin/sh |
1 | #!/bin/sh |
2 | 2 | ||
3 | #line 1: <img src= address > |
3 | #line 1: <img src= address /> |
4 | #line 2: graphviz/number_of_image |
4 | #line 2: graphviz/number_of_image |
5 | #line 3: size in pixels width,height |
5 | #line 3: size in pixels width,height |
6 | #line 4 and following: plain output (for the coordinates) |
6 | #line 4 and following: plain output (for the coordinates) |
7 | 7 | ||
8 | if [ "$wims_exec_parm" = "" ] || [ "$s2_dir" = "" ] || [ ! -d "$s2_dir" ]; then |
8 | if [ "$wims_exec_parm" = "" ] || [ "$s2_dir" = "" ] || [ ! -d "$s2_dir" ]; then |