1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-08-28 23:36:17 +03:00
Files
telegram-bot/bin/setup
Max Melentiev 37a63f7b23 v0.1.0
2016-02-22 23:19:38 +06:00

9 строки
137 B
Bash
Исполняемый файл

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
bundle install
bin/install_git_hooks
# Do any other automated setup that you need to do here