#!/bin/sh if ! [ -d node_modules ]; then yarn fi exec node scrape.js