blackbox_list_files: Only list files. No extra text. (Makes it easier to work with grep and other utilities)

This commit is contained in:
tlimoncelli@stackexchange.com
2015-02-16 16:16:40 +00:00
parent f18a6a0a8a
commit 7cfb47c09b

View File

@@ -6,8 +6,4 @@
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
cat "$BB_FILES"