mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-21 07:26:48 +02:00
Update README.md
This commit is contained in:
@@ -160,7 +160,8 @@ alias vim="vim -i NONE"
|
||||
alias screen="screen -ln"
|
||||
|
||||
reset -I
|
||||
stty cols 400;resize &>/dev/null || { stty -echo;printf "\e[18t"; read -t5 -rdt R;IFS=';' read -r -a a <<< "${R:-8;25;80}";[ "${a[1]}" -ge "${a[2]}" ] && { R="${a[1]}";a[1]="${a[2]}";a[2]="${R}";};stty sane rows "${a[1]}" cols "${a[2]}";}
|
||||
stty cols 400
|
||||
resize &>/dev/null || { stty -echo;printf "\e[18t"; read -t5 -rdt R;IFS=';' read -r -a a <<< "${R:-8;25;80}";[ "${a[1]}" -ge "${a[2]}" ] && { R="${a[1]}";a[1]="${a[2]}";a[2]="${R}";};stty sane rows "${a[1]}" cols "${a[2]}";}
|
||||
# stty sane rows 60 cols 160
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user