pantry/projects/asciidoctor.org/asciidoctor

6 lines
168 B
Plaintext
Raw Normal View History

2023-03-16 22:55:39 +03:00
#!/bin/sh
export GEM_HOME="$(cd $(dirname $0)/.. && pwd)"
export GEM_PATH="$GEM_HOME"
export PATH="$GEM_HOME/gems/bin:$PATH"
exec "$GEM_HOME"/gems/bin/asciidoctor "$@"