4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
|
#!/bin/bash
|
||
|
[ $1 ] && sehir="$1" || exit 1
|
||
|
xterm -hold -e curl wttr.in/${sehir}
|