Files
databases.softwareshinobi.com/docs/mkdocs.bash

22 lines
98 B
Bash
Raw Normal View History

2025-03-14 16:46:19 -04:00
#!/bin/bash
##
reset;
clear;
##
set -e;
set -x;
##
#pkill mkdocs
#sleep 10
mkdocs serve