mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 00:16:46 +00:00
4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for f in bin/faasd*; do shasum -a 256 $f > $f.sha256; done
|