#!/bin/bash
cd /var/www/sneakerpicks
python3 -u scripts/feed-sync-v4.py > /tmp/sync-all.log 2>&1 &
echo "PID=$!"
