Skip to content

Commit

Permalink
Allow additional arguments for run command.
Browse files Browse the repository at this point in the history
This allows, for example::

    ./run --port 4020
  • Loading branch information
paul-ollis authored and geokala committed Jan 28, 2025
1 parent 6145135 commit 5160595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ if ! bundle exec jekyll -v >/dev/null; then
bundle exec jekyll build
fi

bundle exec jekyll serve
bundle exec jekyll serve "$@"

0 comments on commit 5160595

Please sign in to comment.