blob: 525687c908fcc4c3c9a668ec082facddcb002668 [file] [log] [blame]
export BASE="http://localhost:8820"
while read f
do
path=$(echo $f | sed 's/\content\///' | sed 's/md$/html/')
open "$BASE/$path";
done