More fixing of fixup.sh

This commit is contained in:
Mario Zechner 2023-06-03 00:57:21 +02:00
parent 1e934e13dd
commit e2ec6beaa4
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
pushd $dir/.. > /dev/null
git checkout -- .
pushd site
find . -type f -name "*.html" -print0 | while IFS= read -r -d $'\0' file; do
sed -i 's/href="index\.html"/href="index-old.html"/g' "$file"