Tweak run-jekyll script

This commit is contained in:
Tony Garnock-Jones 2023-10-15 11:18:28 +02:00
parent 486528416d
commit 683ef11587
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
jekyll serve -b '' -l
exec jekyll serve -b '' -l "$@"