Start a simple web server with a tiny bash script!
- Static web page serves
- Only access relative path under current working directory for security
- Sometimes you want to transfer some small files from an unix-like machine with a very basic tool set
>./server.sh [port]- Open you favorate browser and you will see current working directory
- Have fun