mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-22 14:53:30 +00:00
Create SHASUMS
Closes: #111 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
3
hack/hashgen.sh
Executable file
3
hack/hashgen.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
for f in bin/faasd*; do shasum -a 256 $f > $f.sha256; done
|
Reference in New Issue
Block a user