1
0
Fork 0

Becuz ça marche mieux

This commit is contained in:
trotFunky 2018-01-15 16:50:33 +01:00
parent ff785ed8de
commit 9a018fb8d3

View file

@ -1,7 +1,8 @@
#! /bin/bash
function pythonGraph {
python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" $1
echo "DATAEND" >> "$fileName"
python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" "$1"
exit
}
@ -33,4 +34,4 @@ while true; do
esac
done
python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" $1
python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" "$1"