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