#!/bin/bash bun run consumer/index.ts \ --sourcequeue=$SOURCE_QUEUE \ --storagetable=$STORAGE_TABLE \ --storagebucket=$STORAGE_BUCKET \ --storageprefix=$STORAGE_PREFIX \ 2>&1 \ | tee "runlogs/consumer-$(date).log"