POSIX_Scripts/msc

5 lines
77 B
Plaintext
Raw Normal View History

2021-06-29 23:22:57 -04:00
#!/bin/sh
x=$(/usr/bin/tput cols)
/usr/bin/man -O width=$((x-2)) "${@}"
exit