Files
diachron/framework/shims/common
Michael Wolf 2641a8d29d Update shell code
Now it (mostly) passes shellcheck and is formatted with shfmt.
2025-11-17 11:38:04 -06:00

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/../../"