#!/bin/bash
cd /var/www/sneakerpicks
python3 scripts/feed-sync-v4.py > /tmp/sync-v4.log 2>&1
echo "EXIT: $?" >> /tmp/sync-v4.log
