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