POSIX_Scripts/msc

5 lines
77 B
Bash
Executable File

#!/bin/sh
x=$(/usr/bin/tput cols)
/usr/bin/man -O width=$((x-2)) "${@}"
exit