mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-27 01:24:41 +01:00
4 lines
63 B
Bash
Executable File
4 lines
63 B
Bash
Executable File
#!/bin/bash
|
|
|
|
go run `find . -name \*.go ! -name \*_test.go` $@
|