Add a script for showing the diff to the archiso
template
This commit is contained in:
parent
7890495c90
commit
2487f965cb
1 changed files with 2 additions and 0 deletions
2
archiso/scripts/show-diff.sh
Executable file
2
archiso/scripts/show-diff.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
diff -ru --no-dereference -x{.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch} "$(dirname "$(which mkarchiso)")/../share/archiso/configs/releng" .
|
Loading…
Reference in a new issue