1
0
Fork 0
This commit is contained in:
Jeremy Kaplan 2021-10-05 10:23:08 -07:00
commit ce86f84b57

3
bin/srv Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
exec python3 -m http.server "$@"