File: serve.sh

package info (click to toggle)
python-i3ipc 2.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: python: 2,968; makefile: 222; sh: 4
file content (6 lines) | stat: -rwxr-xr-x 95 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/env bash
set -e

make clean html
cd _build/html
python3 -m http.server -b 127.0.0.1