Rev 303 | Rev 315 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 303 | Rev 304 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | ; filename is specified on the command line
|
43 | ; filename is specified on the command line
|
44 | (gschem-postscript "dummyfilename")
|
44 | (gschem-postscript "dummyfilename")
|
45 | 45 | ||
46 | (gschem-exit)' > ~/openarm/working/gschem/pdf/print.scm |
46 | (gschem-exit)' > ~/openarm/working/gschem/pdf/print.scm |
47 | 47 | ||
48 | set -x |
- | |
49 | - | ||
50 | pdf_dir="$HOME/openarm/working/gschem/pdf" |
48 | pdf_dir="$HOME/openarm/working/gschem/pdf" |
51 | sch_dir="$HOME/openarm/working/gschem/sch" |
49 | sch_dir="$HOME/openarm/working/gschem/sch" |
52 | project="openarm-sbc" |
50 | project="openarm-sbc" |
53 | 51 | ||
54 | for file in "$sch_dir"/*.sch |
52 | for file in "$sch_dir"/*.sch |