Add a utility for Linux manual page lookup

This commit is contained in:
Nick Chambers 2022-11-13 21:38:10 -06:00
parent 6c3de680c0
commit 6a27ceee6b
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
refresh() {
printf "\x1B[H\x1B[2J\x1B[3J"
}
linux-man() {
ssh -t scooter man "$@"
}