3 lines
49 B
Bash
3 lines
49 B
Bash
#!/bin/sh
|
|
diff -ru out_orig out/ > changes.patch
|
#!/bin/sh
|
|
diff -ru out_orig out/ > changes.patch
|