diff options
Diffstat (limited to 'system-profiles/openssh/ca/krl.contents.gup')
-rw-r--r-- | system-profiles/openssh/ca/krl.contents.gup | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system-profiles/openssh/ca/krl.contents.gup b/system-profiles/openssh/ca/krl.contents.gup new file mode 100644 index 00000000..7cc0426f --- /dev/null +++ b/system-profiles/openssh/ca/krl.contents.gup | |||
@@ -0,0 +1,7 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | set -eu | ||
3 | |||
4 | find krl -type f -print0 > $1 | ||
5 | |||
6 | gup --always | ||
7 | xargs -0 -- b2sum <$1 | gup --contents | ||