mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 13:55:07 +00:00
5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
diff -y -W 87 lc_1.dat lc_2.dat > diff.tmp; diff -y -W183 diff.tmp lc_drive.dat
|
|
rm diff.tmp
|