The leading comma seemed like a good idea to namespace my commands but in practice in turned out to just be annoying and not provide any real benefits. So down with the comma...
3 lines
44 B
Bash
Executable file
3 lines
44 B
Bash
Executable file
#!/bin/sh
|
|
echo "$MANPATH" | tr -s ":" "\n"
|
|
|