diff options
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 |
