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