зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-08-28 23:36:17 +03:00
9 строки
137 B
Bash
Исполняемый файл
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
|