run.sh 170 Bytes
rm temp.csv result.csv
node spider.js >> temp.csv
cat temp.csv | grep 'no data' -v >> result.csv
osascript -e 'display notification "爬虫完成! !" with title "通知"'