1
0
mirror of https://github.com/bumi/blockstream_satellite synced 2026-02-14 13:17:48 +00:00

hello space

This commit is contained in:
2019-02-08 21:13:57 +01:00
commit db7a23d827
17 changed files with 476 additions and 0 deletions

8
bin/setup Executable file
View File

@@ -0,0 +1,8 @@
#!/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