From 7cfb47c09bcbb7ac41ef71de14ff6ad969fd3777 Mon Sep 17 00:00:00 2001 From: "tlimoncelli@stackexchange.com" Date: Mon, 16 Feb 2015 16:16:40 +0000 Subject: [PATCH] blackbox_list_files: Only list files. No extra text. (Makes it easier to work with grep and other utilities) --- bin/blackbox_list_files | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/blackbox_list_files b/bin/blackbox_list_files index c7404e1..77766ff 100755 --- a/bin/blackbox_list_files +++ b/bin/blackbox_list_files @@ -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"