merge: main
This commit is contained in:
parent
152e72294a
commit
64f848ec80
8 changed files with 20 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue