diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-09 16:31:04 +0000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-04-10 00:05:22 -1000 |
commit | 9626d47fd04410fcf0e634e326015ff44203fdc3 (patch) | |
tree | d7df97b2dd3edfd7746cbc19e8dc5524097d064b /data/bash-completion/make.sh | |
parent | 0f05f5cc5321b529136a1f6e3ae767115a3edd11 (diff) |
Added bash-completion.
Diffstat (limited to 'data/bash-completion/make.sh')
-rw-r--r-- | data/bash-completion/make.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/bash-completion/make.sh b/data/bash-completion/make.sh new file mode 100644 index 000000000..bc4431766 --- /dev/null +++ b/data/bash-completion/make.sh @@ -0,0 +1,3 @@ +pkg:setup +pkg:configure --sysconfdir=/etc +pkg:install |