This commit is contained in:
whiteline 2023-01-04 02:39:58 +01:00
parent 9413526f00
commit 3020a3007a

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
curl wttr.in/`echo $* | sed 's/ /%20/'` curl wttr.in/`echo $* | sed 's/ /%20/g'`