POSIX_Scripts/msc

5 lines
77 B
Plaintext
Raw Normal View History

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