7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Superpowers Lite is manual-only. Session start must not inject skill context.
|
|
|
|
set -euo pipefail
|
|
|
|
printf '{}\n'
|