4 lines
48 B
Bash
Executable File
4 lines
48 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
diff -u $1.org $1 > $1.diff |