source/projects/activitypub_relay/relay.sh

8 lines
168 B
Bash
Raw Normal View History

2022-11-20 06:45:47 +00:00
#!/usr/bin/env sh
cd "$(realpath $(dirname $0))"
bazel build :pelorama_relay
exec ../../bazel-bin/projects/pelorama_relay/pelorama_relay -c $(realpath ./relay.yaml)