projects
/
confetti
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
basic update functions for vcards
[confetti]
/
pages
/
email.sh
1
#!/bin/sh
2
3
case "$1" in
4
title)
5
echo "Email"
6
;;
7
css)
8
;;
9
body)
10
;;
11
esac
12