We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basher is shell package manager.
That might be a good idea to be compliant with it.
It's only require a sh config file package.sh like that:
package.sh
BINS=src/adr-config:src/adr:src/adr-generate:src/adr-help:src/adr-init:src/adr-link:src/adr-new:src/adr-upgrade-repository BASH_COMPLETIONS=autocomplete/adr ZSH_COMPLETIONS=completions/_package
_
declare -xr CURRENT_PATH CURRENT_PATH=$(dirname "${BASH_SOURCE[0]}")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basher is shell package manager.
That might be a good idea to be compliant with it.
It's only require a sh config file
package.sh
like that:TODO:
_
prefixed script file to use path of script and not the path of the simlink:The text was updated successfully, but these errors were encountered: