1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 05:39:10 -05:00
wulkanowy-mirror/app/play-publish-lint.sh

8 lines
220 B
Bash
Raw Normal View History

2019-06-03 18:53:20 -05:00
#!/bin/bash -
content=$(cat < "app/src/main/play/release-notes/pl-PL/default.txt") || exit
if [[ "${#content}" -gt 500 ]]; then
echo >&2 "Release notes content has reached the limit of 500 characters"
exit 1
fi