mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-19 07:40:16 -06:00
10 lines
67 B
Bash
10 lines
67 B
Bash
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
set -a
|
|
. .env || true
|
|
set +a
|
|
|
|
exec npx "$@"
|