diff options
author | Ben Sima <ben@bsima.me> | 2020-12-24 14:28:59 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-24 14:29:24 -0500 |
commit | db4b47b550df840ab5d655f5573bc78135daae95 (patch) | |
tree | 491ce32c2dbaf518e7a1d7ec2fbfc1290bc023e8 /tplot | |
parent | 82e4054abe0443f735bf585e0165bb539f58034d (diff) |
.
Diffstat (limited to 'tplot')
-rwxr-xr-x | tplot | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/usr/bin/env bash +# +# plot in a terminal +gnuplot -p -e "set terminal dumb; plot '<cat'" |