mirror of
https://github.com/arnaucube/blog.git
synced 2026-02-10 04:36:41 +01:00
5 lines
115 B
Bash
Executable File
5 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# serve the directory 'public' as it was in a 'blog' path:
|
|
live-server --mount=/blog:public --open=blog
|