mirror of
https://github.com/danog/gojekyll.git
synced 2024-12-02 12:27:45 +01:00
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR=$(dirname "${BASH_SOURCE[0]}")/..
|
|
go run $DIR/main.go $@
|