4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/bin/bash
|
||
|
set -x
|
||
|
cd ../dist && shasum -a 512 cldr-*.{jar,zip} | tee SHASUM512.txt
|