more bla
This commit is contained in:
3
code/.gitignore
vendored
3
code/.gitignore
vendored
@@ -19,4 +19,7 @@ plugiciel.so
|
||||
send-osc
|
||||
thread-demo
|
||||
voirenv
|
||||
|
||||
xform/yesyno
|
||||
|
||||
debug/spy_getenv
|
||||
|
||||
@@ -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__
|
||||
Reference in New Issue
Block a user