TetaTricks/code/shell/heredoc.sh

7 lines
86 B
Bash
Raw Normal View History

2023-10-08 21:56:41 +02:00
#!/bin/bash
gnuplot << __EOC__
set term dumb
set grid
plot [x=0:pi*2] sin(x)
__EOC__