Files
holos/scripts/unity
2024-12-19 15:57:03 -08:00

16 lines
299 B
Bash
Executable File

#! /bin/bash
# cd to the repository root
TOPLEVEL="$(cd $(dirname "$0") && cd .. && pwd)"
cd "$TOPLEVEL"
set -xeuo pipefail
# this should work
export CUE_EXPERIMENT=evalv3=0
holos show buildplans
# this should also work but probably does not
export CUE_EXPERIMENT=evalv3=1
holos show buildplans