ai/start.sh

8 lines
183 B
Bash
Executable file

#!/usr/bin/env bash
if (! which mecab) && (grep keywordEnabled config.json | grep -q true); then
echo "You must install MeCab if keywordEnabled is true."
exit 1
fi
node ./built