7 lines
183 B
Bash
7 lines
183 B
Bash
#!/bin/dash
|
|
|
|
# shellcheck disable=SC1091
|
|
#. "${WORKSPACE:?}/test/plex/jq_backend_time.sh"
|
|
#. "${WORKSPACE:?}/test/plex/env_backend_time.sh"
|
|
. "${WORKSPACE:?}/test/plex/jq_backend.sh"
|