#!/usr/pkg/bin/bash

#
# blackbox_list_files -- List files that black box is tracking
#
set -e
source "${0%/*}/_blackbox_common.sh"
cat "$BB_FILES"
