diff options
author | yenatch <yenatch@gmail.com> | 2014-02-04 23:35:51 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-05 18:41:04 -0500 |
commit | 370d5f71f2021a1ce24e44b039564cf3cb2b3b29 (patch) | |
tree | 03d72b39957a4e11be6365e94fcbbee884d82e05 | |
parent | ca6ef0773f2f61aa536b9556a3ba01d4b503c467 (diff) |
compare.sh: diff -u
-rwxr-xr-x | compare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compare.sh b/compare.sh index 3ad555b8e..142de2079 100755 --- a/compare.sh +++ b/compare.sh @@ -8,4 +8,4 @@ fi hexdump -C pokecrystal.gbc > pokecrystal.txt -diff baserom.txt pokecrystal.txt | less +diff -u baserom.txt pokecrystal.txt | less |