This commit is contained in:
tTh
2023-11-29 14:12:03 +01:00
parent da080e47e3
commit 2a24703136
12 changed files with 119 additions and 48 deletions

3
code/.gitignore vendored
View File

@@ -19,4 +19,7 @@ plugiciel.so
send-osc
thread-demo
voirenv
xform/yesyno
debug/spy_getenv

View File

@@ -1,7 +1,10 @@
#!/bin/bash
TITLE="Here Doc"
gnuplot << __EOC__
set term dumb
set grid
set title "$TITLE"
plot [x=0:pi*2] sin(x)
__EOC__