blackbox_list_files: Only list files. No extra text. (Makes it easier to work with grep and other utilities)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user