pantry/projects/rtomayko.github.io/ronn/ronn
James Reynolds 89bf572ac3
+rtomayko.github.io/ronn (#1349)
* +rtomayko.github.io/ronn/ronn

* Add ruby dependencies.

---------

Co-authored-by: James Reynolds <magnsuviri@me.com>
2023-04-22 18:50:38 -04:00

6 lines
161 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/ronn "$@"