2 lines
43 B
Bash
Executable file
2 lines
43 B
Bash
Executable file
#!/bin/sh
|
|
echo "$MANPATH" | tr -s ":" "\n"
|