Files
ficus/env.sh
2024-03-30 13:41:29 +01:00

7 lines
178 B
Bash
Executable File

#!/bin/bash
if [ -z "$FICUS_ROOT" ]; then
echo FICUS_ROOT is blank setting default!
export FICUS_ROOT=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
fi