返回 DeepSeek-Reasonix
verify.sh
1 #!/usr/bin/env bash
2 set -e
3 grep -q "hello" notes.txt && head -1 notes.txt | grep -q "MEMKEY-PIN4D"
4
4 lines BASH