diff options
author | rsc <devnull@localhost> | 2004-06-10 19:51:28 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-06-10 19:51:28 +0000 |
commit | 3b09f6d613bf39e2467a0dadb13178aa7fcaacec (patch) | |
tree | 9d74ca744e28c52ad859aae7ae1bafc248b59447 /bin/psv | |
parent | dd94dcd53587dc406daaf9e594b37737d310c8d3 (diff) | |
download | plan9port-3b09f6d613bf39e2467a0dadb13178aa7fcaacec.tar.gz plan9port-3b09f6d613bf39e2467a0dadb13178aa7fcaacec.tar.bz2 plan9port-3b09f6d613bf39e2467a0dadb13178aa7fcaacec.zip |
gv wrapper
Diffstat (limited to 'bin/psv')
-rwxr-xr-x | bin/psv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/psv b/bin/psv new file mode 100755 index 00000000..8792c11a --- /dev/null +++ b/bin/psv @@ -0,0 +1,3 @@ +#!/bin/sh + +gv -style $PLAN9/lib/gv.style -ad $PLAN9/lib/gv.resource "$@" |