mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2025-12-13 09:36:16 +01:00
4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
diff --color=always -ytbB $1 $2 | grep --color=always -e "^" -iEe ".*\|.*" | less -r
|
|
|