Sign in
chromium
/
external
/
github.com
/
nygard
/
class-dump
/
refs/heads/master
/
.
/
Tests
/
showdiff
blob: 39e652ddcef6fcc31855074e95d63c7f37f94f0b [
file
] [
edit
]
#!/bin/zsh
pushd
/
tmp
/
cdt
/
new
foreach
i
(*.
txt
)
echo
-
e
"\\033[32m"
echo $i
echo
-
e
"\\033[0m"
diff
../
old
/
$i $i
|
colordiff
.
pl
echo
echo
echo
end