#!/bin/sh

HERE="$(dirname $0)"
DL="$HERE/../dl"
TARGET_DIR_SINK="$DL/leech_target_dir"

echo $LEECH_TARGET_DIR >"$TARGET_DIR_SINK"
