summaryrefslogtreecommitdiff
path: root/shell-completion/bash/networkctl
AgeCommit message (Collapse)Author
2015-09-28bash-completion: use builtins when generating listZbigniew Jędrzejewski-Szmek
awk is an external program, and it is better to stick to shell built-ins. Also, even with external awk, sort -u is redundant, because the shell does this on its own.
2015-08-28shell-completion: bash: add networkctl completionEvgeny Vereshchagin