running 20.04
i have this script to output local weather
#!/bin/bash
curl http://wttr.in
however when i run i want to have terminal on maximum size
how do i do note terminal is normally set to open at smaller size and want to keep it that way only need change when run this script/tks
Bookmarks