source/projects/activitypub_relay/relay.sh

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