odin-detector/odin-data

View on GitHub
.devcontainer/initializeCommand

Summary

Maintainability
Test Coverage
#!/bin/bash

# custom initialization goes here - runs outside of the dev container
# just before the container is launched but after the container is created

echo "devcontainerID ${1}"