mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
fix
This commit is contained in:
parent
cdc1772e65
commit
e52b402dc8
@ -18,7 +18,7 @@ echo "$( grep Sunrise $sundata | grep -o "[0-9]*°" )" >> $sunfile
|
|||||||
|
|
||||||
echo "\n🌇 Sunset" >> $sunfile
|
echo "\n🌇 Sunset" >> $sunfile
|
||||||
echo "$( grep Sunset $sundata | grep -o "[[:digit:]]""[[:digit:]]":"[[:digit:]]""[[:digit:]]" )" >> $sunfile
|
echo "$( grep Sunset $sundata | grep -o "[[:digit:]]""[[:digit:]]":"[[:digit:]]""[[:digit:]]" )" >> $sunfile
|
||||||
echo "$( grep Sunset $sundata | grep -o "direction.\{10\}" | sed 's/direction // ; s|">.</||' )" >> $sunfile
|
echo "$( grep Sunset $sundata | grep -o "direction.\{10\}" | sed 's/direction // ; s|">.<*||' )" >> $sunfile
|
||||||
echo "$( grep Sunset $sundata | grep -o "[0-9]*°" )" >> $sunfile
|
echo "$( grep Sunset $sundata | grep -o "[0-9]*°" )" >> $sunfile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user