Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 401 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 401 Bytes

slides.maxpou.fr

# alias for working locally with slides (Unix & MacOS)
pyserver() {
    if [[ $OSTYPE == darwin* ]] ; then
        /usr/bin/open -a "/Applications/Google Chrome.app" 'http://127.0.0.1:8000/'
    else
        google-chrome "http://0.0.0.0:8000/"
    fi
    python -m SimpleHTTPServer 8000
}

For a full talk list, see www.maxpou.fr/talks/.