mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
7 lines
115 B
Bash
Executable file
7 lines
115 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
|
|
bundle install
|
|
|
|
# Do any other automated setup that you need to do here
|