source/projects/activitypub_relay/relay.sh
2022-11-26 19:26:39 -07:00

7 lines
171 B
Bash
Executable file

#!/usr/bin/env sh
cd "$(realpath $(dirname $0))"
bazel build ...
exec ../../bazel-bin/projects/activitypub_relay/activitypub_relay -c $(realpath ./relay_prod.yaml) run