1
0
Fork 0

Modification relative au changement de l'architecture du dépôt Python (Oui c'est sale)

This commit is contained in:
trotFunky 2018-04-18 00:39:55 +02:00
parent 1a2e64daed
commit 12b0f6dc16

View file

@ -3,7 +3,7 @@
function pythonGraph { function pythonGraph {
echo "DATAEND" >> "$3" echo "DATAEND" >> "$3"
echo "" > /dev/ttyACM0 echo "" > /dev/ttyACM0
python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$2" "$1" python3 /home/trotfunky/Programmation/Git/Python/INTech/extraction_asserv.py "$2" "$1"
exit exit
} }
@ -36,4 +36,4 @@ while true; do
esac esac
done done
python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" "$1" python3 /home/trotfunky/Programmation/Git/Python/INTech/extraction_asserv.py "$outFile" "$1"