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