#!/usr/bin/env bash
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: MIT
#
# post-create.sh
# Post-creation setup for HVE Core development container
set -euo pipefail
main() {
echo "Creating logs directory..."
mkdir -p logs
}
main "$@"microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
.devcontainer/scripts/post-create.sh
15lines · modepreview