返回 DeepSeek-Reasonix
verify.sh
1 #!/usr/bin/env bash
2 set -e
3 grep -q "eu-central-1" answer.txt && ! grep -q "us-east-1" answer.txt
4
4 lines BASH