8 lines
125 B
Bash
Executable File
8 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# set the xterm window title
|
|
TERMTITLE="infocmp: $TERM"
|
|
echo -ne "\\033]0;${TERMTITLE}\\007"
|
|
|
|
infocmp -x | less
|