Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That's nothing. I once ran 20 services before breakfast.


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: