projects
/
confetti
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
show attendees in course list
[confetti]
/
actions
/
edit_course.sh
1
#!/bin/zsh
2
3
course="$_GET[\"course\"]"
4
5
echo -n "Location: http://$HTTP_HOST/?page=courses&edit=$course\n\n"