4 lines
72 B
Bash
4 lines
72 B
Bash
|
|
compile_copyCompletionFile() {
|
||
|
|
cp *-completion ../${TARGET_DIR_NAME}
|
||
|
|
}
|