This website requires JavaScript.
Explore
Help
Sign In
midfavila
/
POSIX_Scripts
Watch
1
Star
0
Fork
You've already forked POSIX_Scripts
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
52a92af54e
POSIX_Scripts
/
msc
5 lines
77 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
x
=
$(
/usr/bin/tput cols
)
/usr/bin/man -O
width
=
$((
x-2
))
"
${
@
}
"
exit
Reference in New Issue
View Git Blame
Copy Permalink