Add testframework and start bash completion. Not functional yet
This commit is contained in:
9
bash-completion/patchelfcrc
Normal file
9
bash-completion/patchelfcrc
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
function _patchelfcrc() {
|
||||
echo "Cursor index: $COMP_CWORD"
|
||||
echo "line as array: $COMP_WORDS"
|
||||
echo "line as string: $COMP_LINE"
|
||||
}
|
||||
|
||||
complete -F _patchelfcrc patchelfcrc
|
Reference in New Issue
Block a user