diff options
author | emkael <emkael@tlen.pl> | 2016-10-25 01:05:50 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-10-25 01:05:50 +0200 |
commit | 817ac4550e149c91f007417cb43dcc80d28dbd5d (patch) | |
tree | 18bdd88cc3b86058203b94dd784ddda378938a95 /.bash_completion | |
parent | b65598d80c891b95b61cb023a47cf6d3f9f9194c (diff) |
* bash autocomplete script for backend-run
Diffstat (limited to '.bash_completion')
-rw-r--r-- | .bash_completion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_completion b/.bash_completion new file mode 100644 index 0000000..12c4029 --- /dev/null +++ b/.bash_completion @@ -0,0 +1 @@ +complete -C list-backend-scripts backend-run |