00d0043866
Squash merge of phase/02-l1-modules into milestone/v1.0-initial; 8 L1 stub modules created; verify_phase02.sh green.
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
echo "[L1: l1-lambda] applying..."
|
|
sleep 1
|
|
echo "[L1: l1-lambda] OK"
|
|
exit 0 |