Initial commit
This commit is contained in:
10
develop.sh
Executable file
10
develop.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
export BASE="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${BASE}"
|
||||
|
||||
|
||||
source env.sh
|
||||
|
||||
zola serve
|
Reference in New Issue
Block a user