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 2020-05-17 14:26:09 +01:00
parent f3a679d087
commit 7dcc1b1eef

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"