Files
hatchet/hack/dev/run-npx-with-env.sh
2024-03-16 17:09:35 +07:00

10 lines
67 B
Bash

#!/bin/bash
set -eux
set -a
. .env || true
set +a
exec npx "$@"