8 lines
57 B
Bash
8 lines
57 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
diff flatten.txt xlatten.txt
|
|
|
|
exit
|