diff --git a/test/test.sh b/test/test.sh new file mode 100644 index 0000000..a35cc89 --- /dev/null +++ b/test/test.sh @@ -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