#!/bin/sh

HERE="$(dirname $0)"
DL="$HERE/../dl"
SINK="$DL/forgot"

# output value of $TARGET_DIR into $SINK to be
# checked by cookie.sh test later
#
echo -n $TARGET_DIR >"$SINK"
