This commit is contained in:
2025-08-23 05:46:18 -07:00
parent 476f319acc
commit 73c0de1f67
8 changed files with 11 additions and 181 deletions

2
env.sh
View File

@@ -1,6 +1,6 @@
#!/bin/bash
# Set the WC_HOME environment variable to this script's directory.
# Set the WC_ROOT environment variable to this script's directory.
# This variable is used consistently across the Wild Config scripts.
export WC_ROOT="$(cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" && pwd)"