7 lines
162 B
Bash
Executable file
7 lines
162 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.yaml)
|