mirror of
https://github.com/SharpeTronics/jekyll-spaceship.git
synced 2025-12-17 00:03:13 -05:00
5 lines
44 B
Bash
Executable File
5 lines
44 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
bundle exec rspec "$@"
|