Machine rename and weather script added

This commit is contained in:
Siina Mashek 2021-03-31 14:43:27 +03:00
parent ce7676c5d2
commit a1ead34dbd
2 changed files with 5 additions and 0 deletions

5
common/weather Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
WEATHER=$(curl -s wttr.in/?format='%l:+%C,+%t+(feels+like+%f)+Wind:+%w&M')
printf "$WEATHER\n"