pantry/projects/asciidoctor.org/asciidoctor

6 lines
172 B
Plaintext
Raw Normal View History

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