#!/bin/sh
set -eu

if [ -z "${TUTORIAL_DISPOSABLE_TOKEN:-}" ]; then
  echo "required tutorial secret was not injected" >&2
  exit 78
fi

printf '%s\n' 'lemc.output;secret preflight passed; value was not printed'
