List files that BlackBox is tracking
This commit is contained in:
13
bin/blackbox_list_files
Normal file
13
bin/blackbox_list_files
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
#
|
||||||
|
# blackbox_list_files.sh -- List files that black box is tracking
|
||||||
|
#
|
||||||
|
set -e
|
||||||
|
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||||
|
source ${blackbox_home}/_blackbox_common.sh
|
||||||
|
|
||||||
|
echo -e "\nFiles currently managed my Blackbox:\n"
|
||||||
|
cat $BB_FILES
|
||||||
|
|
||||||
|
echo
|
||||||
Reference in New Issue
Block a user