Hacker News new | past | comments | ask | show | jobs | submit login

Well, my pre-breakfast routine consists of

    seq 21 | while read port; do
        python2 -m SimpleHTTPServer 80$port &
    done



  seq 21 | while read port; do
    python3 -m http.server 80$port &
  done
FTFY




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: