Files
liquid-stacking/scripts/prepare_tests.sh
2024-03-15 10:31:36 +08:00

7 lines
177 B
Bash
Executable File

#!/bin/bash
#
# SPDX-License-Identifier: BUSL-1.1
find . -type f -name "*.clar" -exec \
sed -i '' -e 's/SP000000000000000000002Q6VF78/ST000000000000000000002AMW42H/g' {} \;