7 lines
40 B
Plaintext
7 lines
40 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cucumber --drb $*
|
||
|
|