projects
/
akaros.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ktest: Add minor fixes for kernel tests
[akaros.git]
/
kern
/
kfs
/
.bashrc
1
_spawner_compl() {
2
local cur=${COMP_WORDS[COMP_CWORD]}
3
COMPREPLY=( $(compgen -c ${cur}) )
4
}
5
6
complete -o default -o nospace -F _spawner_compl strace
7
complete -o default -o nospace -F _spawner_compl perf