git.slaskete.net
/
yr-temp.sh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
3173a34
)
Mottatt patch for å matche mer nøyaktig på temperatur og tidspunkt for siste måling
master
author
Einar Jørgen Haraldseid
<einar@haraldseid.net>
Thu, 7 Mar 2013 14:32:49 +0000
(15:32 +0100)
committer
Einar Jørgen Haraldseid
<einar@haraldseid.net>
Thu, 7 Mar 2013 14:32:49 +0000
(15:32 +0100)
yr-temp.sh
patch
|
blob
|
history
diff --git
a/yr-temp.sh
b/yr-temp.sh
index 07898b57c629d1590777cdd339eb8c354c3688ea..0f9dd59361167b90af19aca13a72be2c7a1d7c50 100755
(executable)
--- a/
yr-temp.sh
+++ b/
yr-temp.sh
@@
-55,9
+55,9
@@
else
fi
# Hent ut data ved hjelp av XPath
fi
# Hent ut data ved hjelp av XPath
-TEMP=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]//@value")
-STASJON=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]/
/
@name")
-TIME_ZULU=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]//@time" | tr T ' ')
+TEMP=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]/
temperature
/@value")
+STASJON=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]/@name")
+TIME_ZULU=$(cat ${FIL} | xmlstarlet sel -t -v "//weatherstation[1]/
temperature
/@time" | tr T ' ')
# Og litt ekstra datatygging
TIME=$(date +%H.%M -d "${TIME_ZULU}")
# Og litt ekstra datatygging
TIME=$(date +%H.%M -d "${TIME_ZULU}")