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