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