diff options
Diffstat (limited to 'tools/completion/gobgp-static-completion.bash')
-rw-r--r-- | tools/completion/gobgp-static-completion.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/completion/gobgp-static-completion.bash b/tools/completion/gobgp-static-completion.bash index 0d658af8..76597c65 100644 --- a/tools/completion/gobgp-static-completion.bash +++ b/tools/completion/gobgp-static-completion.bash @@ -1,4 +1,4 @@ -#!/bin/bash +# bash completion for gobgp -*- shell-script -*- _gobgp_global_rib_add() { @@ -2064,4 +2064,4 @@ _gobgp() must_have_one_flag=() must_have_one_noun=() -}
\ No newline at end of file +} |