Machine rename and weather script added
This commit is contained in:
parent
ce7676c5d2
commit
a1ead34dbd
|
@ -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 New Issue