media-sucker/scripts/common.sh

10 lines
163 B
Bash
Raw Normal View History

2022-01-06 12:31:30 -07:00
#! /bin/sh
log () {
printf "\033[36m=== [%s] \033[0m %s\n" "$0" "$*"
}
# If you haven't set OUTDIR, set it to the default
: ${OUTDIR:=/incoming}
export OUTDIR