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
|
set -e
|
||||||
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||||
source ${blackbox_home}/_blackbox_common.sh
|
source ${blackbox_home}/_blackbox_common.sh
|
||||||
|
cat "$BB_FILES"
|
||||||
echo -e "\nFiles currently managed my Blackbox:\n"
|
|
||||||
cat $BB_FILES
|
|
||||||
|
|
||||||
echo
|
|
||||||
|
|||||||
Reference in New Issue
Block a user