diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
| commit | 435aeb674198769b61b0ee8d82f85a108bacf49e (patch) | |
| tree | 2c87322d81130062e62afc04a22ef1e664a4622c /old/update.sh | |
maintainence
Diffstat (limited to 'old/update.sh')
| -rwxr-xr-x | old/update.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/update.sh b/old/update.sh new file mode 100755 index 0000000..b8ae648 --- /dev/null +++ b/old/update.sh @@ -0,0 +1,5 @@ +NOW=$(date "+%Y-%m-%d %H:%M:%S") +FILE=index.html +sed -i "s|Updated: .*</p>|Updated: $NOW</p>|" $FILE + +neoup -f index.html |
