This website requires JavaScript.
Explore
Help
Sign In
tTh
/
TetaTricks
Watch
1
Star
0
Fork
You've already forked TetaTricks
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
da080e47e3
TetaTricks
/
code
/
shell
/
heredoc.sh
7 lines
86 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
gnuplot
<< __EOC__
set term dumb
set grid
plot [x=0:pi*2] sin(x)
__EOC__
Reference in New Issue
View Git Blame
Copy Permalink