home
·
contact
·
privacy
projects
/
redo-blog
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Re-write date handling, remove dependency on filesystem lastmod dates.
[redo-blog]
/
processor
/
metadata
/
title.do
1
#!/bin/sh
2
3
if [ ! -f "$1" ]; then
4
printf "Yet another blog"
5
fi