Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ush/item_1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ path_to_exl=( "${exclArr[@]/#/-x }")
#echo newdir=$dir1
if [[ -d $dir0 && -d $dir1 ]]; then echo ""; else echo "This script takes atleast two arguments: olddir and newdir, could not find them, exiting"; exit; fi

echo "Hello world!"

diff_output=$(diff -rq ${path_to_exl[@]} $dir0 $dir1 | sort )

# Process the diff output
Expand Down