Files
blackbox/bin/blackbox_list_files
2015-06-02 15:37:06 +00:00

10 lines
221 B
Bash
Executable File

#!/usr/bin/env bash
#
# blackbox_list_files -- List files that black box is tracking
#
set -e
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source "${blackbox_home}/_blackbox_common.sh"
cat "$BB_FILES"