1 2 3 4 5 6
work in progress build ``` cc -Wall $(pkg-config --cflags --libs libssh --libs plplot) -lm -o remote_plot remote_plot.c ```