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