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