home
·
contact
·
privacy
projects
/
redo-blog
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4e4079f3df020e4327d934dd8963a4d431020adb
[redo-blog]
/
processor
/
.meta
/
url.do
1
#!/bin/sh
2
3
if [ ! -f "$1" ]; then
4
printf "http://example.org/"
5
fi