зеркало из
https://github.com/glebtv/yookassa.git
synced 2026-08-28 15:16:18 +03:00
9 строки
131 B
Bash
Исполняемый файл
9 строки
131 B
Bash
Исполняемый файл
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
set -vx
|
|
|
|
bundle install
|
|
|
|
# Do any other automated setup that you need to do here
|