plt - Software for 2D Plots 2.5

File: <base>/plt/src/gvcat (179 bytes)
#!/bin/sh
# file: gvcat			G. Moody	4 April 2001
#
# Collect plt | lwcat output, show it on-screen using GV, then clean up

cat >/tmp/gvcat.$$
GV /tmp/gvcat.$$
rm -f /tmp/gvcat.$$