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