#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/.zsh/plot fgp-test () { echo '1 2 3 4' | feedgnuplot \ --terminal "dumb ${COLUMNS},${LINES}" \ --title "hits @ dataswamp.org/~\$USER" \ --xmin 0 \ --ymin 0 \ --lines \ --exit }