#!/usr/bin/env bash

# This file was adapted from a Bundler-generated binstub.
# The application 'jekyll' is installed as part of a gem, and
# this file is here to facilitate running it.

set -euo pipefail

source "$(dirname "${BASH_SOURCE[0]}")/../script/bootstrap"
bundle_bootstrap

export JEKYLL_ENV="${JEKYLL_ENV:-development}"

bundle exec jekyll "$@"
