Commit f8f560f8 by Johannes Kastl Committed by Stéphane Graber

removed shebang from bash_completion-file

parent 496d7879
#!bash
have lxc-start && { have lxc-start && {
_lxc_names() { _lxc_names() {
COMPREPLY=( $( compgen -W "$( lxc-ls )" "$cur" ) ) COMPREPLY=( $( compgen -W "$( lxc-ls )" "$cur" ) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment