diff options
Diffstat (limited to 'src/bin/inpe-3')
-rwxr-xr-x | src/bin/inpe-3 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/inpe-3 b/src/bin/inpe-3 index 3cff051..104c84a 100755 --- a/src/bin/inpe-3 +++ b/src/bin/inpe-3 @@ -12,11 +12,7 @@ if [ $1 = "--option=UVN" ] || [ $1 = "--option=UVNT" ] ; then -if [ $OPEN = "0" ] ; then UVN=`grep -m1 '<img src="http://img0.cptec.inpe.br/~rgrafico/icones_principais/uv/medio/' ~/.brweather/cache/cache | cut -f13 -d'/' | cut -f1 -d'.'` -elif [ $OPEN = "2" ] ; then -UVN=`grep -m1 '<img src="http://img0.cptec.inpe.br/~rgrafico/icones_principais/uv/menor/' ~/.brweather/cache/cache | cut -f16 -d'/' | cut -f1 -d'.'` -fi case $UVN in "uv_0") |