mirror of
https://github.com/jmespath/jp
synced 2025-08-31 13:55:08 +00:00
9 lines
165 B
Bash
Executable File
9 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd build
|
|
shasum -a 256 ./jp-* > jp-checksums.sha256
|
|
gpg --clearsign --output jp-checksums.sha256.asc jp-checksums.sha256
|
|
rm jp-checksums.sha256
|