projects
/
~bandali
/
bndl.org
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tweak order of more <link>s in atom and rss feeds
[~bandali/bndl.org]
/
serve.sh
1
#!/bin/sh
2
port
=
"
${1:-8000}
"
3
python
-m
http.server
"
${port}
"
|| python
-m
SimpleHTTPServer
"
${port}
"