返回 social-analyzer
test.sh
根目录 / test / test.sh
1 if echo "$(python3 -m social-analyzer -h)" | grep -q 'languages.json & sites.json loaded successfully'; then
2 echo "Good"
3 else
4 echo "Bad"
5 fi
6
6 lines BASH