We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0133b commit 47a583eCopy full SHA for 47a583e
scripts/serveDocs.sh
@@ -1,7 +1,4 @@
1
#!/bin/bash
2
3
-# Install deps
4
-sudo apt install httpd
5
-
6
# Run
7
trap "exit 0;" TERM INT; httpd -v -p 8081 -h /www -f & wait
0 commit comments