automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
21
landing/mkdocs.bash
Executable file
21
landing/mkdocs.bash
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
##
|
||||
|
||||
reset;
|
||||
|
||||
clear;
|
||||
|
||||
##
|
||||
|
||||
set -e;
|
||||
|
||||
set -x;
|
||||
|
||||
##
|
||||
|
||||
#pkill mkdocs
|
||||
|
||||
#sleep 10
|
||||
|
||||
mkdocs serve
|
||||
Reference in New Issue
Block a user