Files
.vim
documentation
library
object
source
test
tool
generators
flatten.c
heyo.asm
heyo_object.asm
include.txt
label.asm
metalatten.sh
multiply.asm
nop.c
plug
qfat.c
system.asm
test.asm
test.c
test.sh
tester.c
xfat.c
xia32e.c
xia32e_test.asm
xlatten.c
.gitignore
LICENSE.md
Makefile
README.md
eaxhla/tool/test.sh
2024-07-10 12:52:59 -04:00

11 lines
315 B
Bash

#!/bin/bash
set -xe
#~diff -y -W 40 --ignore-trailing-space --ignore-blank-lines --suppress-common-lines --color=always flatten.txt xlatten.txt
#~diff -y -W 40 --ignore-trailing-space --ignore-blank-lines --color=always flatten.txt xlatten.txt
#~diff -y flatten.txt xlatten.txt
diff flatten.txt xlatten.txt
exit