xfwc

Log | Files | Refs

commit e37d96f604ac96ef637c332a0c58a8e9a213eee2
parent 426e2e0d168525b18b5b150d950163dfb4c187c5
Author: xfnw <xfnw@ttm.sh>
Date:   Thu, 29 Oct 2020 13:19:35 -0400

total was broken lol

Diffstat:
Mxfwc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/xfwc b/xfwc @@ -21,6 +21,7 @@ rm index.html ln -s $TOTAL.html index.html +TOTAL=$(( TOTAL )) NUM=$(( TOTAL )) for fn in $(ls -t src); do NEWF=$NUM.html