8 lines
154 B
Bash
Executable File
8 lines
154 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/_common.sh"
|
|
|
|
bash scripts/init-go.sh
|
|
bash scripts/init-db.sh
|