scut-reminder/package.sh

13 lines
258 B
Bash
Executable File

#!/bin/sh
# Build le script scut.go
go build scut.go
# Créer l'archive zip
zip -r scut.zip scut README.md configuration
# Renommer l'archive
mv scut.zip scut-latest.zip
# création du fichier checksum
sha256sum scut-latest.zip > scut-latest.zip.sha256