mirror of
https://github.com/lnbook/lnbook
synced 2024-11-06 21:20:29 +00:00
73bf225708
Converted to multi-stage builds and improved startup handling
4 lines
150 B
Bash
4 lines
150 B
Bash
# Use bash-completion, if available
|
|
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
|
|
. /usr/share/bash-completion/bash_completion
|