diff options
-rwxr-xr-x | src/aur | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ main() { for file in *; do "${DIFFTOOL}" "${_diff}/${file}" "${file}" done + read -p "Press enter to continue." # Go back to our copy to continue working pushd "${_diff}" &>/dev/null |