3 lines
90 B
Bash
Executable File
3 lines
90 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
nix-shell -p python3 --run "python3 -m http.server -b 127.0.0.1 8000" |