Merge branch 'master' of github.com:LukeSmithxyz/voidrice
This commit is contained in:
commit
e020416603
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ update() {
|
|||
read -r i < "$arg"
|
||||
sum=$(( sum + i ))
|
||||
done
|
||||
cache=${XDG_CACHE_HOME:-$HOME/.cache}/${1##*/}
|
||||
cache=/tmp/${1##*/}
|
||||
[ -f "$cache" ] && read -r old < "$cache" || old=0
|
||||
printf %d\\n "$sum" > "$cache"
|
||||
printf %d\\n $(( sum - old ))
|
||||
|
|
Loading…
Reference in a new issue