4 lines
144 B
Bash
4 lines
144 B
Bash
#!/bin/bash
|
|
shopt -s checkwinsize # check the window size after each command and, if necessary,
|
|
# update the values of LINES and COLUMNS.
|