Web server in 50 lines of bash(github.com)2 points·by esad·14 anni fa·1 commentsgithub.comWeb server in 50 lines of bashhttps://github.com/charliesome/quickserve/blob/master/quickserve1 commentsPost comment[–]geophile·14 anni fareplyOr in 3 lines: #!/bin/sh cd $1 python -m SimpleHTTPServer 8000