Skip to content
Snippets Groups Projects
Commit 7ce8ecf7 authored by CHANTREUX MARC's avatar CHANTREUX MARC
Browse files

modifier la sequence aussi dans validation.cgi

parent b4e3f2d2
No related merge requests found
......@@ -2,9 +2,9 @@
. ./utils
heights=$(eval echo $(seq 2 10 | xargs printf '$hauteur%s'))
temps=$(eval echo $(seq 2 10 | xargs printf '$temperature%s'))
coucheheights=$(eval echo $(seq 2 10 | xargs printf '$hauteurcouche%s'))
heights=$(eval echo $(seq 2 11 | xargs printf '$hauteur%s'))
temps=$(eval echo $(seq 2 11 | xargs printf '$temperature%s'))
coucheheights=$(eval echo $(seq 2 11 | xargs printf '$hauteurcouche%s'))
uploadimage() {
grep -aEv "^(Content|------)" | tail -n+2 > ../temp/$1.jpeg
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment