Initial commit

This commit is contained in:
2024-11-16 05:47:20 +00:00
commit 34ba8ab73b
4 changed files with 41 additions and 0 deletions

6
checksum.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
[ -z "$1" ] && { echo "usage $0 <PKGVERSION>"; exit 1; }
wget -qO kubelogin.sha256 https://github.com/int128/kubelogin/releases/download/v$1/kubelogin_linux_amd64.zip.sha256
cat kubelogin.sha256
echo ""
rm kubelogin.sha256