1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-08-28 15:26:18 +03:00
Files
telegram-bot/bin/setup
2017-11-17 09:46:49 +03:00

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