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