3 lines
72 B
Bash
Executable File
3 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
man -k . | wmenu -i -l 20 | awk '{print $1}' | xargs -r man
|