6 lines
95 B
Bash
6 lines
95 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
cd -P -- "$(dirname -- "$0")"
|
|
PHX_SERVER=true exec ./workload_service start
|