summaryrefslogtreecommitdiff
path: root/serve-http.sh
blob: 5d83b8a581ce6494145497a667b24744e15b9c4b (plain)
1
2
3
#!/bin/bash

python3 -m http.server --directory src/ 2> /dev/null