Becuz ça marche mieux
This commit is contained in:
parent
ff785ed8de
commit
9a018fb8d3
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
Loading…
Add table
Reference in a new issue