Add some scripts

This commit is contained in:
Jon Staab
2025-04-02 16:20:43 -07:00
parent 847d2cb94d
commit 04c9af3357
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
package=$1
tag=$(git describe --tags --abbrev=0 --match=$package'/*')
git diff "$tag" "packages/$package"