1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-26 14:22:25 +03:00

PS: include/run from same directory.

This commit is contained in:
Joel Martin 2014-05-10 16:29:07 -05:00
parent f26bc0110a
commit fa64b74146
11 changed files with 56 additions and 46 deletions

View File

@ -144,7 +144,7 @@ php stepX_YYY.php
```
cd ps
gs -q -dNODISPLAY stepX_YYY.ps
gs -q -dNODISPLAY -I./ stepX_YYY.ps
```
### Python (2 or 3)

View File

@ -1,6 +1,7 @@
(types.ps) run
(reader.ps) run
(printer.ps) run
/runlibfile where { pop }{ /runlibfile { run } def } ifelse %
(types.ps) runlibfile
(reader.ps) runlibfile
(printer.ps) runlibfile
% read
/_readline { print flush (%stdin) (r) file 99 string readline } def

View File

@ -1,6 +1,7 @@
(types.ps) run
(reader.ps) run
(printer.ps) run
/runlibfile where { pop }{ /runlibfile { run } def } ifelse %
(types.ps) runlibfile
(reader.ps) runlibfile
(printer.ps) runlibfile
% read
/_readline { print flush (%stdin) (r) file 99 string readline } def

View File

@ -1,7 +1,8 @@
(types.ps) run
(reader.ps) run
(printer.ps) run
(env.ps) run
/runlibfile where { pop }{ /runlibfile { run } def } ifelse %
(types.ps) runlibfile
(reader.ps) runlibfile
(printer.ps) runlibfile
(env.ps) runlibfile
% read
/_readline { print flush (%stdin) (r) file 99 string readline } def

View File

@ -1,8 +1,9 @@
(types.ps) run
(reader.ps) run
(printer.ps) run
(env.ps) run
(core.ps) run
/runlibfile where { pop }{ /runlibfile { run } def } ifelse %
(types.ps) runlibfile
(reader.ps) runlibfile
(printer.ps) runlibfile
(env.ps) runlibfile
(core.ps) runlibfile
% read
/_readline { print flush (%stdin) (r) file 99 string readline } def

View File

@ -1,8 +1,9 @@
(types.ps) run
(reader.ps) run
(printer.ps) run
(env.ps) run
(core.ps) run
/runlibfile where { pop }{ /runlibfile { run } def } ifelse %
(types.ps) runlibfile
(reader.ps) runlibfile
(printer.ps) runlibfile
(env.ps) runlibfile
(core.ps) runlibfile
% read
/_readline { print flush (%stdin) (r) file 99 string readline } def

View File

@ -1,8 +1,9 @@
(types.ps) run
(reader.ps) run
(printer.ps) run
(env.ps) run
(core.ps) run
/runlibfile where { pop }{ /runlibfile { run } def } ifelse %
(types.ps) runlibfile
(reader.ps) runlibfile
(printer.ps) runlibfile
(env.ps) runlibfile
(core.ps) runlibfile
% read
/_readline { print flush (%stdin) (r) file 99 string readline } def

View File

@ -1,8 +1,9 @@
(types.ps) run
(reader.ps) run
(printer.ps) run
(env.ps) run
(core.ps) run
/runlibfile where { pop }{ /runlibfile { run } def } ifelse %
(types.ps) runlibfile
(reader.ps) runlibfile
(printer.ps) runlibfile
(env.ps) runlibfile
(core.ps) runlibfile
% read
/_readline { print flush (%stdin) (r) file 99 string readline } def

View File

@ -1,8 +1,9 @@
(types.ps) run
(reader.ps) run
(printer.ps) run
(env.ps) run
(core.ps) run
/runlibfile where { pop }{ /runlibfile { run } def } ifelse %
(types.ps) runlibfile
(reader.ps) runlibfile
(printer.ps) runlibfile
(env.ps) runlibfile
(core.ps) runlibfile
% read
/_readline { print flush (%stdin) (r) file 99 string readline } def

View File

@ -1,8 +1,9 @@
(types.ps) run
(reader.ps) run
(printer.ps) run
(env.ps) run
(core.ps) run
/runlibfile where { pop }{ /runlibfile { run } def } ifelse %
(types.ps) runlibfile
(reader.ps) runlibfile
(printer.ps) runlibfile
(env.ps) runlibfile
(core.ps) runlibfile
% read
/_readline { print flush (%stdin) (r) file 99 string readline } def

View File

@ -1,8 +1,9 @@
(types.ps) run
(reader.ps) run
(printer.ps) run
(env.ps) run
(core.ps) run
/runlibfile where { pop }{ /runlibfile { run } def } ifelse %
(types.ps) runlibfile
(reader.ps) runlibfile
(printer.ps) runlibfile
(env.ps) runlibfile
(core.ps) runlibfile
% read
/_readline { print flush (%stdin) (r) file 99 string readline } def