Skip to content

Commit b7e4e79

Browse files
authored
Adding admonitions + fixing init.sh (#110)
* Adding admonitions + fixing init.sh * Updating PDFs${BASHMATIC_LOADED:-0} * Fix usage of --help | -h on init.sh * Fixing error()
1 parent 4b36b0d commit b7e4e79

File tree

12 files changed

+488
-100
lines changed

12 files changed

+488
-100
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[separator=—]
22
= Bashmatic® — BASH-based DSL helpers for humans, sysadmins, and fun.
33
// vim: ft=asciidoc
4-
:author: Version v3.0.5
4+
:author: Version v3.0.6
55
:doctype: book
66
:source-highlighter: rouge
77
:rouge-style: base16.monokai

README.pdf

-2.14 MB
Binary file not shown.

bin/regen-changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

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

0 commit comments

Comments
 (0)