ai/start.sh
2023-03-04 07:56:19 +09:00

8 lines
183 B
Bash
Executable file

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