Files
terminus/bin/shell/settings.sh
T
Brooke Kuhlmann f135c90df8 Added common shell settings and functions
Necessary to extract to a shared location so we can use for both the setup and upgrade scripts.

Milestone: minor
2025-11-10 15:39:01 -07:00

6 lines
197 B
Bash

#! /usr/bin/env bash
export SCRIPT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
export PROJECT_ROOT="$(cd "$SCRIPT_ROOT/.." && pwd)"
export TEMPLATES_ROOT="$PROJECT_ROOT/.config/setup"