mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-08 22:48:00 -05:00
5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
time ruby -S bundle exec cucumber \
|
|
--format progress --publish-quiet "$@"
|