Commit version JSON after deploy (#158)

This commit is contained in:
Peter Squicciarini
2019-05-16 10:41:32 -07:00
committed by GitHub
parent 376c501f95
commit a5b2066f76
4 changed files with 99 additions and 1 deletions

1
sum.sh
View File

@@ -3,6 +3,7 @@
sum_file () {
if [[ -f "$1" ]]; then
shasum -a 256 $1 > $1.sha256
shasum $1 > $1.sha1
fi
}