mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-21 00:59:50 -05:00
10 lines
66 B
Bash
10 lines
66 B
Bash
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
set -a
|
|
. .env || true
|
|
set +a
|
|
|
|
exec go "$@"
|