6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
# Fix for https://www.shellcheck.net/wiki/SC2148
|
|
# shellcheck shell=bash
|
|
|
|
common_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
export ROOT="$common_DIR/../../"
|