.lib/stubs/asciidoctor

changeset 1137
f767f8cd6a9f
equal deleted inserted replaced
1136:ace6b39b2ba7 1137:f767f8cd6a9f
1 #!/bin/sh
2 set -eu
3
4 install_it() {
5 [ -w "$(gem env gemdir)" ] ||
6 opt="--user-install"
7
8 gem install -q ${opt:-} asciidoctor
9 asdf reshim ruby || :
10 }
11
12 . ~/.lib/sh/stubexec.sh

mercurial