total was broken lol
This commit is contained in:
parent
426e2e0d16
commit
e37d96f604
1 changed files with 1 additions and 0 deletions
1
xfwc
1
xfwc
|
@ -21,6 +21,7 @@ rm index.html
|
||||||
|
|
||||||
ln -s $TOTAL.html index.html
|
ln -s $TOTAL.html index.html
|
||||||
|
|
||||||
|
TOTAL=$(( TOTAL ))
|
||||||
NUM=$(( TOTAL ))
|
NUM=$(( TOTAL ))
|
||||||
for fn in $(ls -t src); do
|
for fn in $(ls -t src); do
|
||||||
NEWF=$NUM.html
|
NEWF=$NUM.html
|
||||||
|
|
Loading…
Reference in a new issue