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:
parent
321075350f
commit
112a68802c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue