mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-30 08:39:01 +01:00
scripts/gojekyll works invoked from any directory
This commit is contained in:
parent
ad5c5ffddf
commit
2d2df35630
@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
go run main.go $@
|
DIR=$(dirname "${BASH_SOURCE[0]}")/..
|
||||||
|
go run $DIR/main.go $@
|
||||||
|
Loading…
Reference in New Issue
Block a user