Skip to content

Instantly share code, notes, and snippets.

@dafuer
dafuer / .sh
Created December 28, 2015 14:41
Plot from terminal
#!/bin/bash
# This i script shows an example about how to plot data directly copy/paste in the terminal.
# Example of execution:
# ./script.sh
# 1 2 3
# 2 3 4
# CTRL-D
# Then a graph will pop up
input=`cat`