6 lines
56 B
Bash
6 lines
56 B
Bash
|
#!/usr/bin/env zsh
|
||
|
|
||
|
set -e pipefail
|
||
|
|
||
|
go run ./cmd/orbis
|