[manual] test loaded files

This commit is contained in:
G
2021-07-21 00:04:24 -07:00
committed by GitHub
parent 1da59b7bd0
commit 801525b7f9
+5
View File
@@ -0,0 +1,5 @@
if echo "$(python3 -m social-analyzer -h)" | grep -q 'languages.json & sites.json loaded successfully'; then
echo "Good"
else
echo "Bad"
fi