asd
This commit is contained in:
@@ -59,7 +59,7 @@ select choice in "${options[@]}"; do
|
||||
if command -v colordiff &> /dev/null; then
|
||||
colordiff -u "${filename}" "${tmp_file}"
|
||||
else
|
||||
diff -u "${filename}" "${tmp_file}"
|
||||
diff --color=always -u "${filename}" "${tmp_file}"
|
||||
fi
|
||||
echo "--------------------- DIFF END ---------------------"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user