added notes on entr
parent
115ef7c46f
commit
319734808b
|
@ -68,6 +68,20 @@ export DISPLAY=":0.0"
|
|||
|
||||
```
|
||||
|
||||
|
||||
## notes
|
||||
|
||||
Monitor files while developing to restart Processing sketch on save with `entr`. After running the sketch in one terminal with `processing-runsketch_IF3.sh`, in another terminal run something like
|
||||
```
|
||||
ls PROJECTS/IF3Si/pde/IF3Si/*.pde | entr killall /home/random/src/processing-2.2.1/java/bin/java
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue