mirror of
https://github.com/qeeqbox/social-analyzer.git
synced 2026-09-02 14:28:47 +02:00
6 lines
144 B
Bash
6 lines
144 B
Bash
if echo "$(python3 -m social-analyzer -h)" | grep -q 'languages.json & sites.json loaded successfully'; then
|
|
echo "Good"
|
|
else
|
|
echo "Bad"
|
|
fi
|