1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab-dagnostics: untabify indentation

This commit is contained in:
A Holt 2020-12-09 12:32:20 -05:00 committed by GitHub
parent 321075350f
commit 112a68802c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ function cat_dir() {
echo "=IIAB==========================================================================" >> $outfile
if [ -d "$1" ]; then
echo "DIRECTORY $1 FILES WILL FOLLOW...IF THEY EXIST" >> $outfile
shopt -s nullglob # To avoid looping over empty directories
shopt -s nullglob # To avoid looping over empty directories
for f in "$1"/*; do
echo "-IIAB--------------------------------------------------------------------------" >> $outfile
cat_file_raw "$f" 100