mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
84e97a0423
Closes #291
6 lines
172 B
Bash
Executable file
6 lines
172 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 "$@"
|