5 lines
138 B
Bash
Executable file
5 lines
138 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
# Count legacy names to track rename progress
|
|
rg -c "UltraCloud" || true
|
|
rg -c "Nightlight" || true
|