3 lines
61 B
Bash
3 lines
61 B
Bash
|
#!/bin/bash
|
||
|
echo "plot \"$1\" with lines" | gnuplot -persist
|