doc/README.md
parent
c6262bfeaf
commit
6b97b41b4e
|
@ -34,7 +34,7 @@ See an example xorg.conf
|
||||||
Processing applet is run remotely by using two small bash scripts:
|
Processing applet is run remotely by using two small bash scripts:
|
||||||
|
|
||||||
*processing-runsketch.sh*:
|
*processing-runsketch.sh*:
|
||||||
```
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [[ -z $1 ]]; then
|
if [[ -z $1 ]]; then
|
||||||
echo "error. no argument."
|
echo "error. no argument."
|
||||||
|
@ -48,12 +48,15 @@ export DISPLAY=":0"
|
||||||
--run \
|
--run \
|
||||||
--output=$1/output
|
--output=$1/output
|
||||||
|
|
||||||
fi```
|
fi
|
||||||
|
```
|
||||||
|
|
||||||
and
|
and
|
||||||
|
|
||||||
*processing-runsketch_IF3.sh*:
|
*processing-runsketch_IF3.sh*:
|
||||||
```#!/bin/bash
|
|
||||||
|
```bash
|
||||||
|
#!/bin/bash
|
||||||
while (true)
|
while (true)
|
||||||
do
|
do
|
||||||
# clear
|
# clear
|
||||||
|
@ -61,7 +64,9 @@ do
|
||||||
echo
|
echo
|
||||||
echo "~~~ Program has quit. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "
|
echo "~~~ Program has quit. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "
|
||||||
echo
|
echo
|
||||||
done```
|
done
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue