diff options
Diffstat (limited to 'neocities')
| -rw-r--r-- | neocities/index.html | 2 | ||||
| -rwxr-xr-x | neocities/update.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/neocities/index.html b/neocities/index.html index f3abab7..793fefd 100644 --- a/neocities/index.html +++ b/neocities/index.html @@ -34,7 +34,7 @@ <br> <p>moved</p> - <p style="color:grey; font-size: small">Updated: 2026-02-17 11:53:46</p> + <p style="color:grey; font-size: small">Updated: 2026-02-17 12:30:11</p> <a href="https://softmachine.dev">>> redirect</a> </body> diff --git a/neocities/update.sh b/neocities/update.sh index 9781f93..9b36d0e 100755 --- a/neocities/update.sh +++ b/neocities/update.sh @@ -1,6 +1,6 @@ NOW=$(date "+%Y-%m-%d %H:%M:%S") -FILE=neocities/index.html +FILE=index.html sed -e "s/Updated: .*<\/p>/Updated: $NOW<\/p>/g" -i '' $FILE -neoup -f neocities/index.html +neoup -f index.html |
