pantry/projects/asciidoctor.org/asciidoctor
Max Howell d8e396f8c2 +asciidoctor
Closes #516
2023-03-16 16:16:15 -04:00

6 lines
168 B
Bash
Executable file

#!/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 "$@"