Machine rename and weather script added
This commit is contained in:
parent
ce7676c5d2
commit
a1ead34dbd
2 changed files with 5 additions and 0 deletions
5
common/weather
Executable file
5
common/weather
Executable 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"
|
Loading…
Reference in a new issue