2020-12-20 21:16:56 +01:00
|
|
|
#!/bin/bash
|
2020-12-20 21:58:11 +01:00
|
|
|
# shellcheck disable=SC1090 # Can't follow non-constant source. Use a directive to specify location.
|
2020-12-20 21:16:56 +01:00
|
|
|
source "$(dirname "$(readlink -f "${0}")")/../base.sh" || (echo "Loading base.sh failed." && exit 1)
|