0265afa054
Import the runnable game code, content, docs, scripts, and repo guidance while leaving local agent state, dependency installs, build output, and backup copies out of the published tree.
4 lines
161 B
Bash
Executable File
4 lines
161 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Wrapper — delegates to the modular build-vm.sh driver.
|
|
exec "$(dirname "$0")/build-vm.sh" "$(dirname "$0")/profiles/workstation.sh" "$@"
|