merge: main

This commit is contained in:
aduhayon 2022-08-10 09:41:31 +02:00
parent 152e72294a
commit 64f848ec80
8 changed files with 20 additions and 15 deletions

View file

@ -16,6 +16,8 @@ set +e
CUR="$(cat "$CUR_FILE" || echo 50)"
set -e
CUR="$((CUR - CUR % "$1"))"
case "${1:0:1}" in
'')
exit 1