Skip to content

Commit

Permalink
feat(pkg): serve
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Feb 22, 2024
1 parent b315e60 commit 8084665
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/bins/bin/serve
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p python3Minimal
# vim: set ft=sh
python3 -m http.server --bind 0 --directory . 8000

0 comments on commit 8084665

Please sign in to comment.