mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-13 17:08:06 -05:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
time bundle exec cucumber \
|
|
-f Features::Support::Overview \
|
|
"$@"
|