mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Seems like -swap is needed for landscape
from dvips, which seems like a common case.
This commit is contained in:
parent
f69a6ff541
commit
c8c0df440f
1 changed files with 1 additions and 1 deletions
2
bin/psv
2
bin/psv
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
gv -style $PLAN9/lib/gv.style -ad $PLAN9/lib/gv.resource "$@"
|
||||
gv -swap -style $PLAN9/lib/gv.style -ad $PLAN9/lib/gv.resource "$@"
|
||||
|
|
Loading…
Reference in a new issue