diff options
author | EuAndreh <eu@euandre.org> | 2021-08-26 14:32:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-28 13:23:04 -0300 |
commit | bd17870f8f96580eb5bf97b09d5fa3279eafbc29 (patch) | |
tree | 79f103e875799ab180933685ee4dd06c8ba69100 /aux/workflow/assert-readme.sh | |
parent | _pastebins/: Tweak heading and links of pastebins just because (diff) | |
download | euandre.org-bd17870f8f96580eb5bf97b09d5fa3279eafbc29.tar.gz euandre.org-bd17870f8f96580eb5bf97b09d5fa3279eafbc29.tar.xz |
aux/: Update
Diffstat (limited to '')
-rwxr-xr-x | aux/workflow/assert-readme.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aux/workflow/assert-readme.sh b/aux/workflow/assert-readme.sh index dbe657e..1e49bfb 100755 --- a/aux/workflow/assert-readme.sh +++ b/aux/workflow/assert-readme.sh @@ -1,6 +1,10 @@ #!/bin/sh set -eu +if [ ! -e .git ]; then + exit +fi + TLD="$(cat aux/tld.txt)" . aux/lib.sh |