Update more scripts to be just scripts

This commit is contained in:
Leonardo Eugênio 2022-10-18 20:04:46 -03:00
parent 163debc8a0
commit 611a41562e
12 changed files with 167 additions and 183 deletions

12
scripts/_diffr Normal file
View file

@ -0,0 +1,12 @@
#!/bin/sh
exec diffr \
--colors 'refine-added:foreground:green:underline' \
--colors 'refine-added:background:none' \
--colors 'refine-removed:foreground:red:underline' \
--colors 'refine-removed:background:none' \
--colors 'added:foreground:green' \
--colors 'added:background:none' \
--colors 'removed:foreground:red' \
--colors 'removed:background:none' \
"$@"