7 lines
122 B
Bash
7 lines
122 B
Bash
#!/bin/dash
|
|
|
|
WORKSPACE="$(cd "$(dirname "$0")" && pwd)"
|
|
|
|
#. "${WORKSPACE:?}/test/plex.sh"
|
|
. "${WORKSPACE:?}/test/time.sh"
|