5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -fr /tmp/sphinx-livereload/
|
|
sphinx-reload --build-dir /tmp/sphinx-livereload/ ./
|