7 lines
263 B
Shell
Executable file
7 lines
263 B
Shell
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
printf '%s\n' \
|
|
'SUPERSEDED: periodic writers must only retire as part of the Fifth Domain daily persona deployment.' \
|
|
'Use deploy-fifth-domain-daily-persona-systems.sh from an exact merged source release.' >&2
|
|
exit 64
|