7 lines
130 B
Text
7 lines
130 B
Text
|
|
#!/usr/bin/env nix-shell
|
||
|
|
#! nix-shell -i bash --pure
|
||
|
|
#! nix-shell -p bash simple-http-server
|
||
|
|
|
||
|
|
cd www
|
||
|
|
simple-http-server --nocache
|