clean 🫠
This commit is contained in:
parent
d3435e53a4
commit
d16174b447
9565 changed files with 0 additions and 1315422 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
# This script is used to find weather
|
||||
city=$1
|
||||
weather=$(curl -sf "wttr.in/$city?format='%C:%f'")
|
||||
if [[ ! -z $weather ]]; then
|
||||
echo $weather
|
||||
else
|
||||
echo "Weather unavailable"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue