add nix-shell reproducible hosting test script for www
This commit is contained in:
parent
078f36b174
commit
68b427b544
1 changed files with 6 additions and 0 deletions
6
host
Executable file
6
host
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash --pure
|
||||
#! nix-shell -p bash simple-http-server
|
||||
|
||||
cd www
|
||||
simple-http-server --nocache
|
||||
Loading…
Add table
Add a link
Reference in a new issue