Commit c18d419f by Johannes Kastl Committed by Stéphane Graber

removed shebang from bash_completion-file

parent 9f15e86a
#!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