projects
/
confetti
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
edit course attendees form course display
[confetti]
/
pages
/
error.sh
1
#!/bin/sh
2
3
case "$1" in
4
title)
5
;;
6
css)
7
;;
8
body)
9
cat <<EOF
10
Page not found or nevermore<br />
11
Quoth the server: 404
12
EOF
13
;;
14
esac
15