22 lines
98 B
Bash
22 lines
98 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
##
|
||
|
|
|
||
|
|
reset;
|
||
|
|
|
||
|
|
clear;
|
||
|
|
|
||
|
|
##
|
||
|
|
|
||
|
|
set -e;
|
||
|
|
|
||
|
|
set -x;
|
||
|
|
|
||
|
|
##
|
||
|
|
|
||
|
|
#pkill mkdocs
|
||
|
|
|
||
|
|
#sleep 10
|
||
|
|
|
||
|
|
mkdocs serve
|