2 lines
72 B
Bash
Executable file
2 lines
72 B
Bash
Executable file
#!/bin/bash
|
|
which pmd &> /dev/null && source <(pmd generate-completion)
|