mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
6 lines
60 B
Bash
Executable file
6 lines
60 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
source ./test
|
|
bundle exec rake release
|