projects
/
vsorcdistro
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update and rename MantenerFIFO to MantenerFIFO.md
[vsorcdistro/.git]
/
scripts
/
startvsorc.sh
1
#!/bin/bash
2
cd /home/pi && mkfifo fifo && touch aichivo
3
cd /home/pi && cat fifo | sudo ./clusterGRE.py > aichivo 2>&1 &
4
exec 3>fifo
5
6