Add a script for showing the diff to the archiso template

This commit is contained in:
Manuel Thalmann 2024-06-18 21:45:52 +02:00
parent e9bbf216da
commit 47931c846b

2
archiso/scripts/show-diff.sh Executable file
View 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" .