link index to last comic
This commit is contained in:
parent
4de42f743b
commit
c3ff4d698d
1 changed files with 4 additions and 0 deletions
4
xfwc
4
xfwc
|
@ -4,6 +4,10 @@ BOOPTMP=$(mktemp)
|
|||
|
||||
TOTAL=$(ls src | wc -w)
|
||||
|
||||
rm index.html
|
||||
|
||||
ln -s $TOTAL.html index.html
|
||||
|
||||
for fn in $(ls src); do
|
||||
NUM=$(echo "${fn%???}" | sed 's/[^0-9]*//g')
|
||||
NEWF=$NUM.html
|
||||
|
|
Loading…
Reference in a new issue