eaxhla/tool/test.sh
2024-07-08 17:32:44 -04:00

8 lines
79 B
Bash

#!/bin/bash
set -xe
diff -s -y -t --color=auto flatten.txt xlatten.txt
exit