mirror of
https://github.com/danog/gojekyll.git
synced 2025-01-23 06:01:20 +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` $@
|