8 lines
79 B
Bash
8 lines
79 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
diff -s -y -t --color=auto flatten.txt xlatten.txt
|
|
|
|
exit
|