Skip to content

Commit

Permalink
Adding admonitions + fixing init.sh (#110)
Browse files Browse the repository at this point in the history
* Adding admonitions + fixing init.sh

* Updating PDFs${BASHMATIC_LOADED:-0}

* Fix usage of --help | -h on init.sh

* Fixing error()
  • Loading branch information
kigster authored Oct 27, 2022
1 parent 4b36b0d commit b7e4e79
Show file tree
Hide file tree
Showing 12 changed files with 488 additions and 100 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[separator=—]
= Bashmatic® — BASH-based DSL helpers for humans, sysadmins, and fun.
// vim: ft=asciidoc
:author: Version v3.0.5
:author: Version v3.0.6
:doctype: book
:source-highlighter: rouge
:rouge-style: base16.monokai
Expand Down
Binary file modified README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/regen-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# shellcheck disable=2046
[[ -z ${BASHMATIC_HOME} ]] && export BASHMATIC_HOME="$(dirname $(cd $(dirname "${BASH_SOURCE[0]:-${(%):-%x}}") || exit 1; pwd -P))"
source "${BASHMATIC_HOME}/init.sh"
source "${BASHMATIC_HOME}/init.sh" --reload

command -v rbenv >/dev/null && eval "$(rbenv init -)"

Expand Down
Loading

0 comments on commit b7e4e79

Please sign in to comment.