返回 DeepSeek-Reasonix
verify.sh
1 #!/usr/bin/env bash
2 set -e
3 grep -q "https://api.v2.example" answer.txt && ! grep -q "api.v1.example" answer.txt
4
4 lines BASH